public string CheckPickLocateWeight(ArrayList ParameterList)
        {
            CGD.VDS_CGD03_DBO CGDM = new VDS_CGD03_DBO(ref USEDB);

            try
            {
                return CGDM.CheckPickLocateWeight(ParameterList);
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }