public List <Auction> GetAllAuctions() { AuctionService auctionService = new AuctionService(); return(auctionService.GetAuctionAll()); }