if (!filter_var($this->status_id, FILTER_VALIDATE_INT)) {
            throw new Exception("No status has been set");
        }