/**
  * Checks if categories added
  * 
  * @return boolean
  */
 public function categoriesSetup()
 {
     return (bool) $this->categoryDao->countAll();
 }