public ShellstarListViewModel(ShellstarInfoViewModel shellstarInfo)
 {
     _shellstarInfo      = shellstarInfo;
     _attachedShellstars = new List <IShellstarModel>();
 }
        public ShellstarDetailsViewModel(ShellstarInfoViewModel shellstarViewModel, LaunchWindowControlViewModel launchWindowControlViewModel)
        {
            _shellstarViewModel = shellstarViewModel;

            _launchWindowControlViewModel = launchWindowControlViewModel;
        }
        public ShellstarDetailsViewModel(ShellstarInfoViewModel shellstarViewModel, LaunchWindowControlViewModel launchWindowControlViewModel)
        {
            _shellstarViewModel = shellstarViewModel;

            _launchWindowControlViewModel = launchWindowControlViewModel;
        }
 public ShellstarListViewModel(ShellstarInfoViewModel shellstarInfo)
 {
     _shellstarInfo = shellstarInfo;
     _attachedShellstars = new List<IShellstarModel>();
 }