private void CommandBinding_ExecutedConnect(object sender, ExecutedRoutedEventArgs e)
 {
     ConnectionWindow conWnd = new ConnectionWindow();
     conWnd.Show();
 }
 public override void Execute(object parameter)
 {
     ConnectionWindow conWnd = new ConnectionWindow();
     conWnd.Show();
 }