private void button4_Click(object sender, EventArgs e) { Home h = new Home(); h.Show(); this.Hide(); }