public IEnumerable <Genre> GetByGameId(int gameId) { try { return(_genreDao.GetByGameId(gameId)); } catch { throw; } }