public string QueryRankChangeStoreQty(ArrayList ParameterList) //ALO123
 {
     #region
     try
     {
         VDS_ALO12_DBO DBO = new VDS_ALO12_DBO(ref USEDB);
         return DBO.QueryRankChangeStoreQty(ParameterList);
     }
     catch (Exception ex)
     {
         throw GetNewException(ex);
     }
     #endregion
 }