public Sport GetSport(SportEnum sport) { return(Sports.Where(i => i.SportID == (int)sport).Single()); }