public List <EventCategoryDTO> GetEventCategory()
 {
     return(_eventDal.GetEventCategory());
 }