public bool SaveStockReturnReq(StockReturnDTO str)
 {
     return(_iStockReturnRepository.SaveStockReturn(str.ITN_ORPD));
 }