private void CellClick(object sender, RoutedEventArgs routedEventArgs) { var window = new CellsWindow(); window.Show(); }