public MainPage() { this.InitializeComponent(); UserButton b = new UserButton(); this.grid.Children.Add(b); this.NavigationCacheMode = NavigationCacheMode.Required; }