private void ShowStudentInsertWindow(object sender, RoutedEventArgs e) { StudentInsertWindow gw = new StudentInsertWindow(); DataContext = gw; gw.Show(); DataContext = this; }