private void evaclick(object sender, RoutedEventArgs e) { Evaluation win = new Evaluation(); win.Show(); }