*/
@SuppressWarnings("unchecked")
public ControllerSurgeryView() throws ExceptionDAO {
super();
this.entityList = this.facadeDB.getSurgeryBroker().getAllSurgery();
this.tableModel = new SurgeriesTableModel(this.entityList);
this.entityName = "Cirugía";
this.pluralEntity ="Cirugías";
this.controllerEntityEdition = new ControllerSurgeryEdition();
}