public int UpdateAvailableQuantity(Item item) { return(_stockOutRepository.UpdateAvailableQuantity(item)); }