private void Init()
 {
     shell           = new BaseShell();
     shell.Navigator = new Navigator(shell);
     navigator       = (Navigator)shell.Navigator;
 }
 public void Setup()
 {
     conductor = new BaseShell();
     ScreenExtensions.TryActivate(conductor);
 }