public Event EventFromId(int id)
 {
     return(eventDAO.EventFromId(id));
 }