public PaymentListPage()
 {
     InitializeComponent();
     // iOS Platform
     On <Xamarin.Forms.PlatformConfiguration.iOS>().SetUseSafeArea(true);
     PaymentVM           = new PaymentPageVM(this.Navigation);
     this.BindingContext = PaymentVM;
 }