public Auction findById(Double auctionId) {
   return auctionRepository.findById(auctionId);
 }