private void RunExecuted(object sender, ExecutedRoutedEventArgs e)
 {
     controller.Start();
 }