public UnitOfWork(TripLogContext ctx) => context = ctx;
public Repository(TripLogContext ctx) { context = ctx; dbset = context.Set <T>(); }