*/
@SuppressWarnings("unchecked")
public ControllerPatientView() throws ExceptionDAO {
super();
this.entityList = this.facadeDB.getPatientBroker().getAllPatient();
this.tableModel = new PatientTableModel(this.entityList);
this.entityName = EntityDescriptions.PATIENT;
this.pluralEntity = EntityDescriptions.PATIENTS;
this.controllerEntityEdition = new ControllerPatientEdition();
}