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