public InventoryControlsController(IBinLocationService binLocationService, IInventoryControlAPIRepository inventoryControlAPIRepository, IBinLocationSelectListBuilder binLocationViewModelSelectListBuilder)
     : base(binLocationService, binLocationViewModelSelectListBuilder)
 {
     this.binLocationService            = binLocationService;
     this.inventoryControlAPIRepository = inventoryControlAPIRepository;
 }
 public InventoryControlAPIsController(IInventoryControlAPIRepository inventoryControlAPIRepository)
 {
     this.inventoryControlAPIRepository = inventoryControlAPIRepository;
 }