public TripleBidder(Auctioneer auc)
 {
     this.auc = auc;
     auc.Attach(this);
 }