public string LoadAvailableQuantity(Item item)
 {
     return(_stockOutRepository.LoadAvailableQuantity(item));
 }