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