/// <summary>
 /// Refreshes the contents of this data source.
 /// </summary>
 public void Refresh()
 {
     ActualRoot.Refresh();
 }