*/
@SuppressWarnings("unchecked")
public ControllerMedicineView() throws ExceptionDAO {
super();
this.entityList = this.facadeDB.getMedicineBroker().getAllMedicines();
this.tableModel = new MedicinesTableModel(this.entityList);
this.entityName = "Medicamento";
this.pluralEntity = "Medicamentos";
this.controllerEntityEdition = new ControllerMedicineEdition();
}