/**
  * Create the model
  * @param String $id
  */
 public function __construct($id)
 {
     parent::__construct($id);
     $this->rotation = new ArelRotation();
 }
 public function __construct($id)
 {
     parent::__construct($id);
 }