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