Interaction logic for Shell.xaml
Inheritance: System.Windows.Window
 protected override DependencyObject CreateShell()
 {
     Shell shell = new Shell();
     shell.Show();
     return shell;
 }