public IEnumerable <Game> findGlobalGames(int?MemberId) { GameDao gameDao = new GameDao(db); return(gameDao.findGlobalGames(MemberId)); }