public View(ViewPresenter presenter) { _presenter = presenter; InitializeComponent(); _presenter.SetForm(this); cboMemberStatus.SelectedIndex = 0; }