protected virtual void OnCancel()
 {
     if (CurrentPage != null)
     {
         CurrentPage.Cancel();
     }
     OnRequestCancel();
 }