public List <Bid> AllBids() { BidOnContext context = new BidOnContext(); return(context.Bids.ToList()); }