public function find(Route $route)
 {
     $this->note = Note::find($route->getParameter('notes'));
 }