/**
*
*/
public void openAnalysis() {
try {
ControllerAnalysisView controllerAnalysisView = new ControllerAnalysisView(this);
controllerAnalysisView.showForm(this.mainForm.getFrame());
controllerAnalysisView = null;
} catch (ExceptionDAO ex) {
FacadeDB.getInstance().refreshSession();
ErrorDialog.showError(this.mainForm.getFrame(), ex.getMessage());
}