/// <summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
 /// <filterpriority>2</filterpriority>
 public void Dispose()
 {
     First.Dispose();
     Second.Dispose();
     Updated = null;
 }
 /// <summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
 /// <filterpriority>2</filterpriority>
 public void Dispose()
 {
     First.Dispose();
     Second.Dispose();
     DataConsolidated = null;
 }