public function findByName($name)
 {
     return $this->productRepository->findByName($name);
 }