public string AvaiablePurchaseQuantity(ModelPurchase modelPurchase)
 {
     return(_purchaseRepository.AvaiablePurchaseQuantity(modelPurchase));
 }