public DataTable QueryChanPickControl(ArrayList ParameterList) { try { DBO.PUR_PurchaseDeliveryGoodsDBO dbo = new PUR_PurchaseDeliveryGoodsDBO(ref USEDB); return dbo.QueryChanPickControl(ParameterList); } catch (Exception ex) { throw ex; } }