void SettingsButton_Clicked(object sender, EventArgs args) { VoiceSettings settings = new VoiceSettings(Voices); settings.ShowDialog(); }