public string GetDetail_Data(ArrayList ParameterList) { try { DBO.OUT_PurchaseOrderDBO dbo = new OUT_PurchaseOrderDBO(ref USEDB); return dbo.doGetDetailData(ParameterList); } catch (Exception ex) { throw ex; } }