private void ShowStudentWindow(object sender, RoutedEventArgs e) { StudentWindow w = new StudentWindow(); DataContext = w; w.Show(); w.Activate(); DataContext = this; }