public function find(Route $route)
 {
     $this->libro = Libro::find($route->getParameter('libro'));
 }