public TestPropertiesPresenter(ITestPropertiesView view, ITestModel model) { _view = view; _model = model; _view.Visible = false; WireUpEvents(); }