public VehiclesController(ForkliftContext context)
 {
     _context = context;
 }
 public UsersController(ForkliftContext context, UserManager <IdentityUser> userManager)
 {
     _context     = context;
     _userManager = userManager;
 }