private void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e)
 {
     VolumeControl.Stop();
 }