private void btnClearLogs_Click(object sender, System.Windows.RoutedEventArgs e)
 {
     StaticViewModel.ClearLogs();
 }