public function __construct(TypeValidatorInterface $type)
 {
     parent::__construct($type);
 }
 public function addAll(SetInterface $collection)
 {
     parent::addAll($collection);
     return $this->sort();
 }