public InstaPhotosDetail()
        {
            this.InitializeComponent();
            _navigationHelper = new NavigationHelper(this);

            InstaPhotosModel = new InstaPhotosViewModel();
        }
        public InstaPhotosList()
        {
            this.InitializeComponent();
            _navigationHelper = new NavigationHelper(this);

            InstaPhotosModel = new InstaPhotosViewModel();

            SizeChanged += OnSizeChanged;
        }