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