private void btn_Add_Click(object sender, EventArgs e) { //Create the Add_Account object and pass in the parent form (this) Add_Account Add_Account = new Add_Account(this); Add_Account.Show(); }