private void Hill_cipher_Click(object sender, EventArgs e) { Hill_cipher_form hcf = new Hill_cipher_form(); hcf.BringToFront(); hcf.Show(); }