public Event GetEventDetails(string id)
 {
     return(_service.GetEventDetails(id));
 }