public function delete(App_Model_AtmNetwork $tbl)
 {
     $id = $tbl->getId();
     $this->getDbTable()->delete(array('id = ?' => $id));
 }