public RoundAuctionsStatus(Auction auction) { Auction = auction; }
public RoundAuction(Auction auction) { this.auction = auction; }