public function delete(Kwf_Model_Row_Interface $parentRow)
 {
     $row = $this->_getRowByParentRow($parentRow);
     parent::delete($row);
 }
 public function delete($parentRow)
 {
     $row = $this->_getRowByParentRow($parentRow);
     parent::delete($row);
 }