public bool CompanySubmitEvent(Event e)
 {
     return(eventDAO.CompanySubmitEvent(e));
 }