public Int32 QueryParamUsedCount(ArrayList ParameterList)
        {
            #region
            try
            {

                VDS_ALO11_DBO DBO = new VDS_ALO11_DBO(ref USEDB);
                return DBO.doQueryParamUsedCount(ParameterList);
            }
            catch (Exception ex)
            {
                throw GetNewException(ex);
            }
            #endregion
        }