void al_YorumKayitCompleted(object sender, YorumKayitCompletedEventArgs e)
 {
     if (e.Result)
     {
         txtYorum.Text = string.Empty;
         MessageBox.Show("Yorumunuz Gönderildi.");
         al.YorumlariGetirAsync(barkodid);
         al.YorumlariGetirCompleted += new EventHandler <YorumlariGetirCompletedEventArgs>(al_YorumlariGetirCompleted);
     }
 }
 void al_YorumKayitCompleted(object sender, YorumKayitCompletedEventArgs e)
 {
     if (e.Result)
     {
         txtYorum.Text = string.Empty;
         MessageBox.Show("Yorumunuz Gönderildi.");
         al.YorumlariGetirAsync(barkodid);
         al.YorumlariGetirCompleted += new EventHandler<YorumlariGetirCompletedEventArgs>(al_YorumlariGetirCompleted);
     }
 }