public string CheckRoute(ArrayList ParameterList)
        {
            CGD.VDS_CGD_PICK_ORDER_DBO CGDM = new VDS_CGD_PICK_ORDER_DBO(ref USEDB);

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