public List <Bid> GetBids(int auctionId) { AuctionService aS = new AuctionService(); return(aS.GetBids(auctionId)); }