private void handleRightSwipe(ZoomImageBehavior obj)
 {
     goNextPage(null);
 }
 private void handleLeftSwipe(ZoomImageBehavior obj)
 {
     goPreviousPage(null);
 }