private void txtNombres_KeyPress(object sender, KeyPressEventArgs e) { v.soloLetras(e); }
private void txtMedico_KeyPress(object sender, KeyPressEventArgs e) { objValidaciones.soloLetras(e); }