private void View_Ok(object sender, EventArgs e)
 {
     ((ISubPresenter)this).Model.Stuff = view.SelectedStuff;
     view.Close();
 }