/// <summary>
 /// Show system specifications
 /// </summary>
 private void btnShowSpecs_Click(object sender, RoutedEventArgs e)
 {
     MessageBox.Show(SystemSpecs.SystemDetails(), "System Specifications", MessageBoxButton.OK, MessageBoxImage.Information);
 }