private void AddTag()
 {
     _metadata.AddTag(NewTag);
     NewTag = string.Empty;
 }