public function __construct(Dkplus_Model_Interface $model, $row = null, $new = FALSE){
		parent::__construct($model, $row, $new);
		$this->_insert = !$this->isSaved();
	}