private void AddRunnerToQueueButton_Click(object sender, RoutedEventArgs e) { QueueService.AddRunner(ViewModel.Selected); ViewModel.NotifyQueue(); }