public Presenter(Shell shell) { this.shell = shell; }
public DirectorySelectPresenter(Shell shell) : base(shell) { }