private WorkflowFrame workflowFrame;
private SolutionBusiness solutionBusiness;
public CommonApp() {
solutionBusiness = createSolutionBusiness();
workflowFrame = new WorkflowFrame(solutionBusiness, createSolutionPanel(), solutionBusiness.getDirName());
}