private void EditStation (DatabaseTrackInfo track) { StationEditor editor = new StationEditor (track); editor.Response += OnStationEditorResponse; editor.Show (); }