private void CallButton_OnClick(object sender, RoutedEventArgs e)
 {
     CommandDispatcher.Call("101");
 }