private void btwUpdateAccounts_Click(object sender, RoutedEventArgs e)
 {
     AccountListHandler.updateAllAccounts();
 }
 private void setUp()
 {
     AccountListHandler.getAllAccounts();
     AccountListHandler.updateAllAccounts();
     cmbPlayer.ItemsSource = AccountListHandler.accounts.Keys;
 }