if (filter_var($id, FILTER_VALIDATE_INT)) {
            $this->load($id);
        }