private void txtRecibo_KeyPress(object sender, KeyPressEventArgs e)
 {
     ValidateData.ReadOnlyNumbers(sender, e);
 }