public UnitOfWork(IVehicleDBContext context)
 {
     Context = context;
 }
 public GenericRepository(IVehicleDBContext context)
 {
     Context = context;
 }