public function find(Route $route)
 {
     $this->resultado = Resultado::find($route->getParameter('resultados'));
 }