public bool ExistBillNumber(string billNo)
 {
     return(_purchaseRepository.ExistBillNumber(billNo));
 }