public void AddElectedCategory(int gameId, int categoryId) { _gameRepository.AddElectedCategory(gameId, categoryId); }