public function delete(Kwf_Model_Row_Interface $row)
 {
     parent::delete($row);
     $this->getDb()->query("DROP TABLE {$row->table}");
 }