public DataTable QueryMasterByFind2(ArrayList ParameterList)
 {
     try
     {
         VDS_ALO_STOREASSIGN_MAIN_DBO ALOM = new VDS_ALO_STOREASSIGN_MAIN_DBO(ref USEDB);
         return ALOM.doQueryByFind2(ParameterList);
     }
     catch (Exception ex)
     {
         throw GetNewException(ex);
     }
 }