*/
@SuppressWarnings("unchecked")
public ControllerCommentView() throws ExceptionDAO {
super();
this.entityList = this.facadeDB.getCommentBroker().getAllComments();
this.tableModel = new CommentTableModel(this.entityList);
this.entityName = EntityDescriptions.COMMENT;
this.pluralEntity =EntityDescriptions.COMMENTS;
this.controllerEntityEdition = new ControllerCommentEdition();
}