public void AddSportEvent(SportEvent sportEvent)
 {
     _dataAccessLayer.AddSportEvent(sportEvent);
 }