if (filter_var($id, FILTER_VALIDATE_INT) && $id > 0) {
                $this->id = $id;
            }