private void txtCodigoBarra_KeyPress(object sender, KeyPressEventArgs e)
 {
     UtilityFrm.NumTeclado(e, txtCodigoBarra);
 }