public VehicleRegistrationsController(MvcVehicleRegoContext context)
 {
     _context = context;
 }
 public CategoriesController(MvcVehicleRegoContext context,
                             IHostEnvironment hostEnvironment)
 {
     _context             = context;
     this.hostEnvironment = hostEnvironment;
 }