public bool RemoveGenresByGameId(int gameId, IEnumerable <int> ids) { try { return(_genreDao.RemoveGenresByGameId(gameId, ids)); } catch { throw; } }