private void SpinLeft(object sender, RoutedEventArgs e) { ICommand command = new ControlsGlobeSpinClockwiseCommand(); command.OnCreate(globeControl.Object); command.OnClick(); }