public List <GamerInfo> GetEventCompetitors(int eventID)
 {
     return(_eventDataAccess.GetAllEventCompetitorsBy(eventID));
 }