/**
  * Fetches all category bags
  * 
  * @return array
  */
 public function fetchAll()
 {
     return $this->prepareResults($this->categoryMapper->fetchAll());
 }