public TripsSeedData(TripContext context) { db = context; }
public StopsRepository(TripContext context) { db = context; }