public MasterNode()
 {
     MetaTags = new NodeMetaTags();
 }
 public NodeMetaTags(NodeMetaTags toCopy)
 {
     Title       = toCopy.Title;
     Description = toCopy.Description;
     Keywords    = toCopy.Keywords;
 }