public function fromArray($array)
 {
     $array = parent::fromArray($array);
     $this->addElements($array);
     return $array;
 }