public void AddBid(Model.Participant bidder, int confId, int selectedPaper, int bidValue) { server.AddBid(bidder, confId, selectedPaper, bidValue); }