Object Object::CreateObject(const ObjectType& type, const QualifiedName& browseName, const std::string& displayName)
 {
   return CreateObject(NodeId(), GetId(), type.GetId(), browseName, displayName);
 }
 Object Object::CreateObject(const NodeId& newNodeId, const ObjectType& nodeType, const QualifiedName& browseName)
 {
   return CreateObject(newNodeId, GetId(), nodeType.GetId(), browseName, browseName.Name);
 }