private void mnuAmbulances_Click(object sender, RoutedEventArgs e) { var win = new Ambulances(); win.ShowDialog(); }