public void ApplySchemaToPivotControl(PivotGridControl pivotControl)
 {
     pivotControl.ApplySchema(this);
 }