private void txtEmail_KeyPress(object sender, KeyPressEventArgs e) { Validaciones.CorreoElectronico(e); }