private void AddStation_Click(object sender, RoutedEventArgs e) { NewStation newStation = new NewStation(); newStation.ShowDialog(); }