/**
  * {@inheritdoc}
  */
 public function sorted(ComparatorInterface $criteria)
 {
     return $this->collection->sorted($criteria);
 }