public void StopLoading()
 {
     Speaker.StopSpeak();
     SoundEffects.StopPlayer();
 }
 private void LoadingSystem_Load(object sender, EventArgs e)
 {
     progressBar1.Maximum = 100;
     timer1.Interval      = 20;
     SoundEffects.InitializingSystem(); // mágica do C#
 }