public function dropById($id)
 {
     $result = parent::dropById($id);
     $this->dao->uncacheLists();
     return $result;
 }