public UserRepository(EntityContext _context) { context = _context; }
public TripRepository(EntityContext _context) { context = _context; }