public bool DeletePurchaseReturn(string id)
 {
     return(_iPurchaseReturnRepository.DeletePurchaseReturn(id));
 }