public void WhenISelectTag(string tag)
 {
     documents.SelectTagName(tag);
 }