public CoordinateSystemBrowserDialogPresenter(ICoordinateSystemBrowserView view, ICoordinateSystemCatalog cat) { _view = view; _catalog = cat; _view.OkEnabled = false; }