public IEnumerable <Game> GetGamesOnName(string name)
 {
     return(_scoreRepo.GetGamesOnName(name));
 }