private void Button_Account_Click(object sender, RoutedEventArgs e) { var accountWindow = new AccountManageWindow(_repo); accountWindow.Show(); Close(); }