public ShellController(ShellModel model) {
            _Model = model;
			_Model.OnContentChanging += Display;
			_Model.OnContentChanged += UpdateContent;
            _View = new ShellForm();

            
        }
        public ShellResponseAction(ShellModel model)

        {
            _model = model;
        }