public void Attach(object model, object view, ExplorerPresenter explorerPresenter) { ForestryModel = model as TreeProxy; ForestryViewer = view as TreeProxyView; AttachData(); ForestryViewer.OnCellEndEdit += OnCellEndEdit; ForestryViewer.SetReadOnly(); this.propertyPresenter = new PropertyPresenter(); this.propertyPresenter.Attach(ForestryModel, ForestryViewer.ConstantsGrid, explorerPresenter); }