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