private void btnCancelar_Click(object sender, EventArgs e) { formPri = new Principal(); formPri.Show(); Hide(); }