private void sliderVerb_ValueChanged(object sender, RoutedPropertyChangedEventArgs <double> e) { try { Vol.Invoke(sender, e); } catch { } }