private void gridWindowButton_Click(object sender, RoutedEventArgs e) { GridWindow window = new GridWindow(); window.ShowDialog(); }