public function init()
 {
     parent::init();
 }
 public function findCoreModules()
 {
     return parent::findAll([$this->getCorePath()]);
 }