private void textPorcCobroDentroPeriodo_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.NumerosDecimal(e);
 }
 private void textDiasCobroFueraPeriodo_KeyPress(object sender, KeyPressEventArgs e)
 {
     Validar.NumerosEneteros(e);
 }