protected function initCreationForms($a_new_type)
 {
     $forms = parent::initCreationForms($a_new_type);
     //unset($forms[self::CFORM_IMPORT]);
     return $forms;
 }