private void addExecutionPathEditor()
{
//Add Branch Path Tab
executionPathModel = new BranchTableModel(guiController, controller);
branchTablePanel = new BranchTable(controller, guiController, executionPathModel);
tabPane.addTab("Branch Test Editor", branchTablePanel);
//Add to panel
BranchGraphController bPathControl = guiController.getBasisPathController();
tabPane.addTab("Branch Graph Viewer",bPathControl.getJGraph());