private void txt_ApellidoCliente_Leave(object sender, EventArgs e)
 {
     ((TextBox)sender).Text = Validaciones.AsignarLeaveString(((TextBox)sender).Text.Trim());
 }
 private void txt_DescripcionProducto_Leave(object sender, EventArgs e)
 {
     ((TextBox)sender).Text = Validaciones.AsignarLeaveString(((TextBox)sender).Text.Trim());
 }