public CreateRdbmsPresenter(ICreateRdbmsView view, IFdoConnectionManager connMgr) { _view = view; _connMgr = connMgr; }