public GameSession GetGameSession(int id) { using (var _db = new ApplicationDbContext()) { return(_GSessionService.GetGameSession(_db, id)); } }