Interaction logic for Shell.xaml
Inheritance: System.Windows.Controls.UserControl, IApplicationShell
        public void SetUp()
        {
            var registry = new Registry();
            shell = new Shell();
            shell.Register(registry);

            container = new Container(registry);
        }