public void Display(PricePoolS pricePool)
 {
     this.pricePool = pricePool;
     idLb.Text = pricePool.id.ToString();
     labelEventName.Text = pricePool.eventId.ToString();
     labelPriceName.Text = pricePool.priceId.ToString();
 }
 internal void DeletePricePool(PricePoolS pricePool)
 {
     throw new NotImplementedException();
 }
 internal void Display(PricePoolS pricepool)
 {
     this.pricepool = pricepool;
     es.GetPriceAsync(pricepool.priceId);
 }