private void pasarpreciobalanza()
        {
            buffer = serialPort1.ReadExisting();
            FrmMensajeAutoCierre.Show("CARGANDO...", "CARGANDO PESO", 1000);
            buffer      = serialPort1.ReadExisting();
            precioTotal = UtilityFrm.Leerbalanza(buffer);
            UtilityFrm.desconectarbalanza(serialPort1);
            Tara = Convert.ToDecimal(txtTara.Text);

            this.Close();
        }