protected virtual void OnBackButton(BackButtonEventArgs e)
 {
     BackButton?.Invoke(this, e);
 }