private void button5_Click(object sender, EventArgs e) { this.Hide(); user a = new user(); a.UserForm = this; a.Show(); }