public PurchaseReturn GetPurchaseByReturnNo(string prno) { var data = _PurchaseReturnRepository.Get(p => p.PurchaseReturnNo == prno); return(data); }