/// <summary>
 /// Called when the project or current account have changed.
 /// </summary>
 public void InvalidateProjectOrAccount()
 {
     ActualRoot.InvalidateProjectOrAccount();
 }
 /// <summary>
 /// Refreshes the contents of this data source.
 /// </summary>
 public void Refresh()
 {
     ActualRoot.Refresh();
 }