protected function initDAO()
 {
     parent::initDAO();
     $this->fileDAO = new FileDAO();
     //$this->tmpRecordDAO = new TmpRecordDAO();
     //$this->modelFileTypeDAO = new ModelFileTypeDAO();
 }