public function next()
 {
     $this->portlets->next();
 }
 public function next()
 {
     $this->n++;
     $this->toolIntroductions->next();
 }