private void DescripciónTextBox_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloLetras(e); }
private void NombreTextBox_KeyPress(object sender, KeyPressEventArgs e) { Validar.SoloLetras(e); }