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