private void PlayMelody(int menuItem) { RttlMelody melody = new RttlMelody(_melodyRTTL[menuItem]); _Tunes.Play(melody.ToMelody()); }