private void ProductDatasheetView_Load(object sender, EventArgs e) { presenter = new ProductDataPresenter(this); InitView(); }