*/
@SuppressWarnings("unchecked")
public ControllerSportView() throws ExceptionDAO {
super();
this.entityList = this.facadeDB.getSportBroker().getAllSports();
this.tableModel = new SportsTableModel(this.entityList);
this.entityName = "Actividad física";
this.pluralEntity = "Actividades físicas";
this.controllerEntityEdition = new ControllerSportEdition();
}