if ($id = filter_var($id, FILTER_VALIDATE_INT)) {
            $this->id = $id;
            $this->mckey = sprintf("railpage:locos.status=%d", $this->id); 
            $this->populate(); 
        }