public IEnumerable <EventType> GetEventTypeList()
 {
     return(_EventTypeRepository.GetEventTypeList());
 }