private void infoButton_Click(object sender, RoutedEventArgs e) { AccountInfo infoPage = new AccountInfo(); infoPage.ShowDialog(); }