protected override void OnApply(DialogPage.PageApplyEventArgs e)
 {
     Wrapper.Apply();
     base.OnApply(e);
     ShouldSave = true;
 }