public CampDbInitializer(CampContext ctx) { _ctx = ctx; }
public CampRepository(CampContext context) { _context = context; }