/**
  * Import
  */
 public static function handleCtDemoImportAction()
 {
     $import = new ctImport();
     $import->dispatch();
     exit;
 }