if (filter_var($this->id, FILTER_VALIDATE_INT) && $this->id > 0) {
            $where = array(
                "id = ?" => $this->id
            );