private void submitPassword_Click(object sender, EventArgs e) { options optionForm = new options(); this.Hide(); optionForm.Show(); }