public function getThemePath()
 {
     $theme = $this->getTheme();
     $themePath = ClsNaanalApplication::getThemePath($theme) . $theme . "/";
     trace($themePath);
     return $themePath;
 }