public string QueryVdsPssHistory(ArrayList ParameterList)
 {
     try
     {
         DBO.STM_STM19_DBO dbo = new STM_STM19_DBO(ref USEDB);
         return dbo.doQueryVdsPssHistory(ParameterList);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }