private void refresh_Click(object sender, RoutedEventArgs e)
 {
     try {
         listBox.ItemsSource = SteamDB.RefreshGames();
     } catch (Exception ex) {
         System.Console.WriteLine(ex);
     }
 }