public void AddGameOwned(int playerId, int gameId) { _playerRepository.AddGameOwned(playerId, gameId); }