private void otherAcc_text_Click(object sender, EventArgs e) { OtherAcc oacc = new OtherAcc(); oacc.Show(); oacc.BringToFront(); }