public List <Auction> GetAuctionsByDesc(string auctionDesc) { AuctionService aS = new AuctionService(); return(aS.GetAuctionsByDesc(auctionDesc)); }