private void txtApellidoResponsable_KeyPress(object sender, KeyPressEventArgs e) { Validaciones.SoloLetras(e); }
private void txtNombre_KeyPress(object sender, KeyPressEventArgs e) { Validaciones.SoloLetras(e); }