public static void MapIsGestureEnabled(FlyoutViewHandler handler, IFlyoutView view)
 {
     handler.UpdateFlyoutBehavior();
 }
 public static void MapFlyoutBehavior(FlyoutViewHandler handler, IFlyoutView flyoutView)
 {
     handler.UpdateFlyoutBehavior();
 }