if (!filter_var($this->status_id, FILTER_VALIDATE_INT)) {
            $this->status_id = 1;
        }