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