private void initControllerContext() {
this.selectionModel = new SelectionModel();
this.reportModel = new ReportModel(this.analysis);
this.resultsModel = new ResultsModel(this.analysis);
this.frmAnalysis = new JpnlAnalysis(this);
this.controllerIndex = new ControllerIndex(this.analysis.getPatient());
this.controllerBackground = new ControllerBackground(this.analysis.getPatient());
}