private void tb_codigo_KeyPress(object sender, KeyPressEventArgs e)
 {
     ver.SoloNumeroYLetras(e);
 }