if (filter_var($id, FILTER_VALIDATE_INT)) {
                $this->id = $id;
                $this->mckey = sprintf("railpage:notification=%d", $this->id);
                $this->load(); 
            }