if (empty($this->name)) {
            throw new Exception("Cannot validate changes to this loco type: name cannot be empty");
            return false;
        }