@SuppressWarnings("unchecked")
public ControllerComparativeView() throws ExceptionDAO{
super();
this.entityList = this.facadeDB.getComparativeBroker().getAllComparatives();
this.tableModel = new ComparativeTableModel(this.entityList);
this.entityName = EntityDescriptions.OBSERVATION;
this.pluralEntity =EntityDescriptions.OBSERVATIONS;
this.controllerEntityEdition = new ControllerComparativeEdition();
}