public function findById($id)
 {
     return $this->productRepository->findById($id);
 }