/// <summary>
 /// Make the provided control parented to ourself.
 /// </summary>
 /// <param name="c">Control to reparent.</param>
 public void MakeParent(Control c) =>
 // Ask the view control to perform reparenting
 ViewControl.MakeParent(c);