public AssetController(SharingDbContext dbContext, UserManager <IdentityUser> userManager)
 {
     _context     = dbContext;
     _userManager = userManager;
 }
 public AssetTypeController(SharingDbContext dbContext)
 {
     context = dbContext;
 }
 public TransferRequestController(SharingDbContext context)
 {
     _context = context;
 }
 public BrandController(SharingDbContext dbContext)
 {
     context = dbContext;
 }