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