*/
@SuppressWarnings("unchecked")
public ControllerFamilyView() throws ExceptionDAO {
super();
this.entityList = this.facadeDB.getFamilyBroker().getAllFamilies();
this.tableModel = new FamilyTableModel(this.entityList);
this.entityName = "Familiar";
this.pluralEntity = "Familiares";
this.controllerEntityEdition = new ControllerFamilyEdition();
}