@Override
 public ProductImage getProductImageById(long id) throws FitnessDaoException {
   return imageService.getProductImageById(id);
 }