private void ResetCommand_Execute(object sender, ExecutedRoutedEventArgs args)
 {
     PerformanceUtility.Reset();
     this.Refresh();
 }