private void button_Click(object sender, RoutedEventArgs e) { Students students = new Students(); //new instance of students students.Show(); }