public StockAdjustmentController(IStockAdjustmentService stockAdjustmentService,
                                  IItemStockAdjustmentService itemStockAdjustmentService, IItemService itemService)
 {
     this.stockAdjustmentService     = stockAdjustmentService;
     this.itemStockAdjustmentService = itemStockAdjustmentService;
     this.itemService = itemService;
 }