private void ContinueExecuted(object sender, ExecutedRoutedEventArgs e)
 {
     controller.Continue();
 }