public function getIndex()
 {
     return $this->View->make('decima-accounting::initial-accounting-setup')->with('years', $this->SettingManagerService->getYears())->with('journals', $this->SettingManagerService->getSettingJournals())->with('accountsChartsTypes', $this->SettingManagerService->getCountryAccountsChartsTypes())->with('currentSettingConfiguration', $this->SettingManagerService->getCurrentSettingConfiguration());
 }