public IEnumerable <BidEntity> GetLatestBidsForLot(int lotId) { return(_bidRepository.GetLatestBidsForLot(lotId).Select(x => x.ToBllBidEntity())); }