public void ChangeAuctionStatus(string auctionId, int status) { repository.ChangeAuctionStatus(auctionId, status); }