void Button3Click(object sender, EventArgs e) { InstructionsForm btnFm1 = new InstructionsForm(); btnFm1.Show(); }