public function addAll(\blaze\collections\Collection $obj)
 {
     return $this->collection->addAll($obj);
 }