private void button_add_subtask_Click(object sender, RoutedEventArgs e) { Window_Subtask Subtask = new Window_Subtask(); Subtask.Show(); }