public void AddTag(Tag tag)
 {
     Tags.AddLast(tag);
 }