public void ResetWarningList()
 {
     try
     {
         WarningList.Clear();
     }
     catch (Exception ex)
     {
     }
 }
 public void ResetWarningList()
 {
     try
     {
         WarningList.Clear();
     }
     catch (Exception ex)
     {
         WebErrorLog.ErrorInstence.StartErrorLog(ex);
     }
 }