private void UpdateBarcodeDialog_Load(object sender, EventArgs e)
 {
     pictureEdit1.Image = GraphicsUtil.CreateRandomBitmap(out text);
 }