public UnitOfWork(VegaContext context) { _context = context; }
public VehicleRepository(VegaContext context) { _context = context; }