/// <summary>
 /// Remove all views from the collection.
 /// </summary>
 public override void Clear()
 {
     _child.Clear();
 }