public Collection getEventsByBde(Integer bdeId, boolean occured) throws PersistanceException {
   return eventDAO.getEventsByBde(bdeId, occured);
 }