public Event GetByStringId(string id)
 {
     return(_eventDal.GetByStringId(gsi => gsi.Id == id));
 }