private void exitUser_Click(object sender, RoutedEventArgs e) { Windows.Login login = new Windows.Login(); login.Show(); Close(); }