public VehicleRepository(VegaDbContext context) { this.context = context; }
public UnitOfWork(VegaDbContext context) { this.context = context; }