*/
@SuppressWarnings("unchecked")
public ControllerMedicView() throws ExceptionDAO {
super();
this.entityList = this.facadeDB.getMedicBroker().getAllMedics();
this.tableModel = new MedicTableModel(this.entityList);
this.entityName = EntityDescriptions.MEDIC;
this.pluralEntity = EntityDescriptions.MEDICS;
this.controllerEntityEdition = new ControllerMedicEdition();
}