/**
  * Get next step for plot data
  * @return bool 
  */
 protected function move()
 {
     parent::move();
     $this->LoopSwimdata->goToIndex($this->Loop->index());
 }
 /**
  * Get next step for plot data
  * @return bool 
  */
 protected function move()
 {
     parent::move();
     $this->LoopRoute->goToIndex($this->Loop->index());
 }