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