private void EmailTextBox_KeyPress(object sender, KeyPressEventArgs e)
 {
     e.KeyChar = (char)Validaciones.Correos(e.KeyChar);
 }