public AllUsersView()
        {
            this.InitializeComponent();

            this.navigationHelper = new NavigationHelper(this);
            NavigationCacheMode = NavigationCacheMode.Enabled;
        }
        public UserDetailsView()
        {
            this.InitializeComponent();

            this.navigationHelper = new NavigationHelper(this);
        }