public ActionResult DeleteAuctionBid(int id) { auctionService.DeleteAuctionBid(id); return(RedirectToAction("AdminAuctions")); }