public static void PresentFromRect(CGRect rect, UIView view, UIPopoverArrowDirection arrowDirection, bool animated)
 {
     _PopoverController.PresentPopover(rect, view, arrowDirection, animated);
 }