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