//adds a counter to the list
 public static void AddPerformanceCounter(PagePerformanceCounter counter)
 {
     counters.Add(counter);
 }
 //adds a counter to the list
 public static void AddPerformanceCounter(PagePerformanceCounter counter)
 {
     counters.Add(counter);
 }