public Doc this[H1 h1] { get { list.Add(h1); return(this); } }
public Doc this[H1 h1] { get { list.Add(h1); return this; } }