public GuestRepository(GuestManagerDbContext context) { _context = context; }
public GuestRepository() { _context = new GuestManagerDbContext(); }