public UserSettings()
 {
     AccountView = new AccountView();
     InitializeComponent();
     BindingContext = AccountView.GetUserInfo().Result;
 }