private void btnContactUs_Click(object sender, EventArgs e) { ContactUs cu = new ContactUs(); cu.Show(); this.Hide(); }