public Hashtable CheckItemPeriodDisState(ArrayList ParameterList)
 {
     #region
     try
     {
         VDS_ALO11_DBO DBO = new VDS_ALO11_DBO(ref USEDB);
         return DBO.doCheckItemPeriodDisState(ParameterList);
     }
     catch (Exception ex)
     {
         throw GetNewException(ex);
     }
     #endregion
 }