@Override
 public Product getProductById(long id) throws FitnessDaoException {
   return productService.getProductById(id);
 }