public System.Threading.Tasks.Task <bool> InsertBidAsync(ServiceLayer.AuctionServiceReference.BidData bidData)
 {
     return(base.Channel.InsertBidAsync(bidData));
 }
 public bool InsertBid(ServiceLayer.AuctionServiceReference.BidData bidData)
 {
     return(base.Channel.InsertBid(bidData));
 }