this.averageByDecade = FacadeDB.getInstance().getAveragesBroker().getAverageByPatient(this.controller.getAnalysis().getPatient());
} catch (ExceptionDAO ex) {
FacadeDB.getInstance().refreshSession();
this.averageByDecade = null;
}
this.pnlReport = new JPnlReport(controller.getAnalysis());
this.controller.getReportModel().addObserver(this.pnlReport);
this.add(this.pnlReport,"Report");
this.showEmpty();
}