public GamesRepository(IDBClient dbClient)
 {
     _games = dbClient.GetGamesCollection();
 }