private void personButton_Click(object sender, EventArgs e) { PERSON personObj = new PERSON(); personObj.Show(); this.Hide(); }