public List<Auction> allRunningAuctions() {
   return auctionRepository.listAllRunningAuctions();
 }