public function index()
 {
     $products = $this->repository->skipPresenter(false)->all();
     return $products;
 }