// create a new Request for Proposals (toolbar button) void tbbCreate_Click(object sender, EventArgs e) { NewRfp newRfpForm = new NewRfp(); newRfpForm.PurchaseProcessHost = this.PurchaseProcessHost; newRfpForm.Show(); }