/**
  * @return Response
  */
 public function index()
 {
     return $this->repository->all();
 }