public PurchaseDetails AvailableQuantity(Product product) { return(_stockRepository.AvailableQuantity(product)); }