protected function loadCmfRoutes()
 {
     foreach ($this->cmfConfig->cmf_routes_cofig_files() as $filePath) {
         require_once $filePath;
     }
 }