/**
  * Checks if packs added
  *
  * @return bool
  */
 public function packSetup()
 {
     return (bool) $this->packDao->countAll();
 }