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

            try
            {
                return CGDM.Procedure_VDS_CGD_CGD03(ParameterList, ref rtnMsg);
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }