public boolean chickIfIsActive(int aID) {
		Auction a = auctionCatalog.getAuctionByID(aID);
		return a.checkIfIsActive();
	}