private void txtExpediente_KeyPress(object sender, KeyPressEventArgs e)
 {
     ClsValidarTextBox.SoloNumeros(e);
 }
 private void txtNumFactura_KeyPress(object sender, KeyPressEventArgs e)
 {
     ClsValidarTextBox.SoloNumeros(e);
 }