private void btnAdd_Click(object sender, EventArgs e) { StInfoAdd add = new StInfoAdd(); add.Show(); this.Hide(); }