/// <summary>
 /// Initializes a new instance of the <see cref="navigate_MenuViewModel" /> class.
 /// </summary>
 /// <param name="dialogService">The Dialog Service.</param>
 /// <param name="navigationService">The Navigation Service.</param>
 /// <param name="lockScreenService">The Lock Screen Service.</param>
 /// <param name="internetService">The Internet Service.</param>
 public navigate_MenuViewModel(IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ILockScreenService lockScreenService, IServices.IInternetService internetService)
 {
     _dialogService = dialogService;
     _navigationService = navigationService;
     _lockScreenService = lockScreenService;
     _internetService = internetService;
 }
        /// <summary>
        /// Initializes a new instance of the <see cref="Pictures_AlbumViewModel" /> class.
        /// </summary>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="lockScreenService">The Lock Screen Service.</param>
        /// <param name="pictures_FlickrPics">The Pictures_ Flickr Pics.</param>
        /// <param name="youtube_YoutubeChannel">The Youtube_ Youtube Channel.</param>
        public Pictures_AlbumViewModel(IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ILockScreenService lockScreenService, Repositories.IPictures_FlickrPics pictures_FlickrPics, Repositories.IYoutube_YoutubeChannel youtube_YoutubeChannel)
        {
			_dialogService = dialogService;
			_navigationService = navigationService;
			_lockScreenService = lockScreenService;
			_pictures_FlickrPics = pictures_FlickrPics;
			_youtube_YoutubeChannel = youtube_YoutubeChannel;
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="start_LetsGoViewModel" /> class.
        /// </summary>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="lockScreenService">The Lock Screen Service.</param>
        /// <param name="movie_Movie">The Movie_ Movie.</param>
        /// <param name="internetService">The Internet Service.</param>
        public start_LetsGoViewModel(IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ILockScreenService lockScreenService, Repositories.IMovie_Movie movie_Movie, IServices.IInternetService internetService)
        {
			_dialogService = dialogService;
			_navigationService = navigationService;
			_lockScreenService = lockScreenService;
			_movie_Movie = movie_Movie;
			_internetService = internetService;
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="Movie_DetailVideosViewModel" /> class.
        /// </summary>
        /// <param name="movie_Movie">The Movie_ Movie.</param>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="speechService">The Speech Service.</param>
        /// <param name="shareService">The Share Service.</param>
        /// <param name="liveTileService">The Live Tile Service.</param>
        public Movie_DetailVideosViewModel(Repositories.Movie_Movie movie_Movie, IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService)
        {
			_movie_Movie = movie_Movie;
			_dialogService = dialogService;
			_navigationService = navigationService;
			_speechService = speechService;
			_shareService = shareService;
			_liveTileService = liveTileService;
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="Pictures_DetailViewModel" /> class.
        /// </summary>
        /// <param name="pictures_FlickrPics">The Pictures_ Flickr Pics.</param>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="speechService">The Speech Service.</param>
        /// <param name="shareService">The Share Service.</param>
        /// <param name="liveTileService">The Live Tile Service.</param>
        public Pictures_DetailViewModel(Repositories.Pictures_FlickrPics pictures_FlickrPics, IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService)
        {
			_pictures_FlickrPics = pictures_FlickrPics;
			_dialogService = dialogService;
			_navigationService = navigationService;
			_speechService = speechService;
			_shareService = shareService;
			_liveTileService = liveTileService;
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="latesthairstyles_DetailViewModel" /> class.
        /// </summary>
        /// <param name="latesthairstyles_hairstylefeed">The Latesthairstyles_hairstylefeed.</param>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="speechService">The Speech Service.</param>
        /// <param name="shareService">The Share Service.</param>
        /// <param name="liveTileService">The Live Tile Service.</param>
        public latesthairstyles_DetailViewModel(Repositories.latesthairstyles_hairstylefeed latesthairstyles_hairstylefeed, IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService)
        {
			_latesthairstyles_hairstylefeed = latesthairstyles_hairstylefeed;
			_dialogService = dialogService;
			_navigationService = navigationService;
			_speechService = speechService;
			_shareService = shareService;
			_liveTileService = liveTileService;
        }
 /// <summary>
 /// Initializes a new instance of the <see cref="Thai_DetailViewModel" /> class.
 /// </summary>
 /// <param name="thai_Thai">The Thai_ Thai.</param>
 /// <param name="dialogService">The Dialog Service.</param>
 /// <param name="navigationService">The Navigation Service.</param>
 /// <param name="speechService">The Speech Service.</param>
 /// <param name="shareService">The Share Service.</param>
 /// <param name="liveTileService">The Live Tile Service.</param>
 public Thai_DetailViewModel(Repositories.Thai_Thai thai_Thai, IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService)
 {
     _thai_Thai = thai_Thai;
     _dialogService = dialogService;
     _navigationService = navigationService;
     _speechService = speechService;
     _shareService = shareService;
     _liveTileService = liveTileService;
 }
        /// <summary>
        /// Initializes a new instance of the <see cref="movieoftheweek_DetailViewModel" /> class.
        /// </summary>
        /// <param name="movieoftheweek_movieDataSource">The Movieoftheweek_movie Data Source.</param>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="speechService">The Speech Service.</param>
        /// <param name="shareService">The Share Service.</param>
        /// <param name="liveTileService">The Live Tile Service.</param>
        public movieoftheweek_DetailViewModel(Repositories.movieoftheweek_movieDataSource movieoftheweek_movieDataSource, IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService)
        {
			_movieoftheweek_movieDataSource = movieoftheweek_movieDataSource;
			_dialogService = dialogService;
			_navigationService = navigationService;
			_speechService = speechService;
			_shareService = shareService;
			_liveTileService = liveTileService;
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="newondvd_DetailViewModel" /> class.
        /// </summary>
        /// <param name="newondvd_dvdDataSource">The Newondvd_dvd Data Source.</param>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="speechService">The Speech Service.</param>
        /// <param name="shareService">The Share Service.</param>
        /// <param name="liveTileService">The Live Tile Service.</param>
        public newondvd_DetailViewModel(Repositories.newondvd_dvdDataSource newondvd_dvdDataSource, IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService)
        {
			_newondvd_dvdDataSource = newondvd_dvdDataSource;
			_dialogService = dialogService;
			_navigationService = navigationService;
			_speechService = speechService;
			_shareService = shareService;
			_liveTileService = liveTileService;
        }
 /// <summary>
 /// Initializes a new instance of the <see cref="TheStory_InfoViewModel" /> class.
 /// </summary>
 /// <param name="dialogService">The Dialog Service.</param>
 /// <param name="navigationService">The Navigation Service.</param>
 /// <param name="speechService">The Speech Service.</param>
 /// <param name="shareService">The Share Service.</param>
 /// <param name="liveTileService">The Live Tile Service.</param>
 /// <param name="theStory_TheStoryDataSource">The The Story_ The Story Data Source.</param>
 public TheStory_InfoViewModel(IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService, Repositories.ITheStory_TheStoryDataSource theStory_TheStoryDataSource)
 {
     _dialogService = dialogService;
     _navigationService = navigationService;
     _speechService = speechService;
     _shareService = shareService;
     _liveTileService = liveTileService;
     _theStory_TheStoryDataSource = theStory_TheStoryDataSource;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="beverages_DetailViewModel" /> class.
 /// </summary>
 /// <param name="beverages_beveragesCollection">The Beverages_beverages Collection.</param>
 /// <param name="dialogService">The Dialog Service.</param>
 /// <param name="navigationService">The Navigation Service.</param>
 /// <param name="speechService">The Speech Service.</param>
 /// <param name="shareService">The Share Service.</param>
 /// <param name="liveTileService">The Live Tile Service.</param>
 public beverages_DetailViewModel(Repositories.beverages_beveragesCollection beverages_beveragesCollection, IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService)
 {
     _beverages_beveragesCollection = beverages_beveragesCollection;
     _dialogService = dialogService;
     _navigationService = navigationService;
     _speechService = speechService;
     _shareService = shareService;
     _liveTileService = liveTileService;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="desserts_DetailViewModel" /> class.
 /// </summary>
 /// <param name="desserts_dessertsCollection">The Desserts_desserts Collection.</param>
 /// <param name="dialogService">The Dialog Service.</param>
 /// <param name="navigationService">The Navigation Service.</param>
 /// <param name="speechService">The Speech Service.</param>
 /// <param name="shareService">The Share Service.</param>
 /// <param name="liveTileService">The Live Tile Service.</param>
 public desserts_DetailViewModel(Repositories.desserts_dessertsCollection desserts_dessertsCollection, IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService)
 {
     _desserts_dessertsCollection = desserts_dessertsCollection;
     _dialogService = dialogService;
     _navigationService = navigationService;
     _speechService = speechService;
     _shareService = shareService;
     _liveTileService = liveTileService;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="INTER_DetailViewModel" /> class.
 /// </summary>
 /// <param name="iNTER_INTER">The Inter_inter.</param>
 /// <param name="dialogService">The Dialog Service.</param>
 /// <param name="navigationService">The Navigation Service.</param>
 /// <param name="speechService">The Speech Service.</param>
 /// <param name="shareService">The Share Service.</param>
 /// <param name="liveTileService">The Live Tile Service.</param>
 public INTER_DetailViewModel(Repositories.INTER_INTER iNTER_INTER, IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService)
 {
     _iNTER_INTER = iNTER_INTER;
     _dialogService = dialogService;
     _navigationService = navigationService;
     _speechService = speechService;
     _shareService = shareService;
     _liveTileService = liveTileService;
 }
        /// <summary>
        /// Initializes a new instance of the <see cref="EditorialFeed_DetailViewModel" /> class.
        /// </summary>
        /// <param name="editorialFeed_EditorialFeed">The Editorial Feed_ Editorial Feed.</param>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="speechService">The Speech Service.</param>
        /// <param name="shareService">The Share Service.</param>
        /// <param name="liveTileService">The Live Tile Service.</param>
        public EditorialFeed_DetailViewModel(Repositories.EditorialFeed_EditorialFeed editorialFeed_EditorialFeed, IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService)
        {
			_editorialFeed_EditorialFeed = editorialFeed_EditorialFeed;
			_dialogService = dialogService;
			_navigationService = navigationService;
			_speechService = speechService;
			_shareService = shareService;
			_liveTileService = liveTileService;
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="intheaters_DetailViewModel" /> class.
        /// </summary>
        /// <param name="intheaters_openingMoviesDataSource">The Intheaters_opening Movies Data Source.</param>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="speechService">The Speech Service.</param>
        /// <param name="shareService">The Share Service.</param>
        /// <param name="liveTileService">The Live Tile Service.</param>
        public intheaters_DetailViewModel(Repositories.intheaters_openingMoviesDataSource intheaters_openingMoviesDataSource, IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService)
        {
			_intheaters_openingMoviesDataSource = intheaters_openingMoviesDataSource;
			_dialogService = dialogService;
			_navigationService = navigationService;
			_speechService = speechService;
			_shareService = shareService;
			_liveTileService = liveTileService;
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="makeuptutorials_DetailViewModel" /> class.
        /// </summary>
        /// <param name="makeuptutorials_makeupfeed">The Makeuptutorials_makeupfeed.</param>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="speechService">The Speech Service.</param>
        /// <param name="shareService">The Share Service.</param>
        /// <param name="liveTileService">The Live Tile Service.</param>
        public makeuptutorials_DetailViewModel(Repositories.makeuptutorials_makeupfeed makeuptutorials_makeupfeed, IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService)
        {
			_makeuptutorials_makeupfeed = makeuptutorials_makeupfeed;
			_dialogService = dialogService;
			_navigationService = navigationService;
			_speechService = speechService;
			_shareService = shareService;
			_liveTileService = liveTileService;
        }
 /// <summary>
 /// Initializes a new instance of the <see cref="characters_DetailViewModel" /> class.
 /// </summary>
 /// <param name="characters_charactersCollection">The Characters_characters Collection.</param>
 /// <param name="dialogService">The Dialog Service.</param>
 /// <param name="navigationService">The Navigation Service.</param>
 /// <param name="speechService">The Speech Service.</param>
 /// <param name="shareService">The Share Service.</param>
 /// <param name="liveTileService">The Live Tile Service.</param>
 public characters_DetailViewModel(Repositories.characters_charactersCollection characters_charactersCollection, IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService)
 {
     _characters_charactersCollection = characters_charactersCollection;
     _dialogService = dialogService;
     _navigationService = navigationService;
     _speechService = speechService;
     _shareService = shareService;
     _liveTileService = liveTileService;
 }
        /// <summary>
        /// Initializes a new instance of the <see cref="GiveawaysFeed_DetailViewModel" /> class.
        /// </summary>
        /// <param name="giveawaysFeed_GiveawaysFeed">The Giveaways Feed_ Giveaways Feed.</param>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="speechService">The Speech Service.</param>
        /// <param name="shareService">The Share Service.</param>
        /// <param name="liveTileService">The Live Tile Service.</param>
        public GiveawaysFeed_DetailViewModel(Repositories.GiveawaysFeed_GiveawaysFeed giveawaysFeed_GiveawaysFeed, IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService)
        {
			_giveawaysFeed_GiveawaysFeed = giveawaysFeed_GiveawaysFeed;
			_dialogService = dialogService;
			_navigationService = navigationService;
			_speechService = speechService;
			_shareService = shareService;
			_liveTileService = liveTileService;
        }
 /// <summary>
 /// Initializes a new instance of the <see cref="ANIMATION_DetailViewModel" /> class.
 /// </summary>
 /// <param name="aNIMATION_ANIMATION">The Animation_animation.</param>
 /// <param name="dialogService">The Dialog Service.</param>
 /// <param name="navigationService">The Navigation Service.</param>
 /// <param name="speechService">The Speech Service.</param>
 /// <param name="shareService">The Share Service.</param>
 /// <param name="liveTileService">The Live Tile Service.</param>
 public ANIMATION_DetailViewModel(Repositories.ANIMATION_ANIMATION aNIMATION_ANIMATION, IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService)
 {
     _aNIMATION_ANIMATION = aNIMATION_ANIMATION;
     _dialogService = dialogService;
     _navigationService = navigationService;
     _speechService = speechService;
     _shareService = shareService;
     _liveTileService = liveTileService;
 }
        /// <summary>
        /// Initializes a new instance of the <see cref="Youtube_DetailVideosViewModel" /> class.
        /// </summary>
        /// <param name="youtube_YoutubeChannel">The Youtube_ Youtube Channel.</param>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="speechService">The Speech Service.</param>
        /// <param name="shareService">The Share Service.</param>
        /// <param name="liveTileService">The Live Tile Service.</param>
        public Youtube_DetailVideosViewModel(Repositories.Youtube_YoutubeChannel youtube_YoutubeChannel, IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService)
        {
			_youtube_YoutubeChannel = youtube_YoutubeChannel;
			_dialogService = dialogService;
			_navigationService = navigationService;
			_speechService = speechService;
			_shareService = shareService;
			_liveTileService = liveTileService;
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="Microsoft_DetailVideosViewModel" /> class.
        /// </summary>
        /// <param name="microsoft_microsoftvideos">The Microsoft_microsoftvideos.</param>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="speechService">The Speech Service.</param>
        /// <param name="shareService">The Share Service.</param>
        /// <param name="liveTileService">The Live Tile Service.</param>
        public Microsoft_DetailVideosViewModel(Repositories.Microsoft_microsoftvideos microsoft_microsoftvideos, IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService)
        {
			_microsoft_microsoftvideos = microsoft_microsoftvideos;
			_dialogService = dialogService;
			_navigationService = navigationService;
			_speechService = speechService;
			_shareService = shareService;
			_liveTileService = liveTileService;
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="ReviewsFeed_DetailViewModel" /> class.
        /// </summary>
        /// <param name="reviewsFeed_ReviewsFeed">The Reviews Feed_ Reviews Feed.</param>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="speechService">The Speech Service.</param>
        /// <param name="shareService">The Share Service.</param>
        /// <param name="liveTileService">The Live Tile Service.</param>
        public ReviewsFeed_DetailViewModel(Repositories.ReviewsFeed_ReviewsFeed reviewsFeed_ReviewsFeed, IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService)
        {
			_reviewsFeed_ReviewsFeed = reviewsFeed_ReviewsFeed;
			_dialogService = dialogService;
			_navigationService = navigationService;
			_speechService = speechService;
			_shareService = shareService;
			_liveTileService = liveTileService;
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="Videos_DetailVideosViewModel" /> class.
        /// </summary>
        /// <param name="videos_Videos">The Videos_ Videos.</param>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="speechService">The Speech Service.</param>
        /// <param name="shareService">The Share Service.</param>
        /// <param name="liveTileService">The Live Tile Service.</param>
        public Videos_DetailVideosViewModel(Repositories.Videos_Videos videos_Videos, IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService)
        {
			_videos_Videos = videos_Videos;
			_dialogService = dialogService;
			_navigationService = navigationService;
			_speechService = speechService;
			_shareService = shareService;
			_liveTileService = liveTileService;
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="bgkigallery_DetailViewModel" /> class.
        /// </summary>
        /// <param name="bgkigallery_bgkitumblrfeed">The Bgkigallery_bgkitumblrfeed.</param>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="speechService">The Speech Service.</param>
        /// <param name="shareService">The Share Service.</param>
        /// <param name="liveTileService">The Live Tile Service.</param>
        public bgkigallery_DetailViewModel(Repositories.bgkigallery_bgkitumblrfeed bgkigallery_bgkitumblrfeed, IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService)
        {
			_bgkigallery_bgkitumblrfeed = bgkigallery_bgkitumblrfeed;
			_dialogService = dialogService;
			_navigationService = navigationService;
			_speechService = speechService;
			_shareService = shareService;
			_liveTileService = liveTileService;
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="Microsoft_VideosViewModel" /> class.
        /// </summary>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="speechService">The Speech Service.</param>
        /// <param name="shareService">The Share Service.</param>
        /// <param name="liveTileService">The Live Tile Service.</param>
        /// <param name="lockScreenService">The Lock Screen Service.</param>
        /// <param name="aboutTheseChannels_about">The About These Channels_about.</param>
        /// <param name="microsoft_microsoftvideos">The Microsoft_microsoftvideos.</param>
        public Microsoft_VideosViewModel(IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService, IServices.ILockScreenService lockScreenService, Repositories.IAboutTheseChannels_about aboutTheseChannels_about, Repositories.IMicrosoft_microsoftvideos microsoft_microsoftvideos)
        {
			_dialogService = dialogService;
			_navigationService = navigationService;
			_speechService = speechService;
			_shareService = shareService;
			_liveTileService = liveTileService;
			_lockScreenService = lockScreenService;
			_aboutTheseChannels_about = aboutTheseChannels_about;
			_microsoft_microsoftvideos = microsoft_microsoftvideos;
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="Main_NewsViewModel" /> class.
        /// </summary>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="lockScreenService">The Lock Screen Service.</param>
        /// <param name="main_mainrssfeed">The Main_mainrssfeed.</param>
        /// <param name="newsFeed_NewsFeed">The News Feed_ News Feed.</param>
        /// <param name="reviewsFeed_ReviewsFeed">The Reviews Feed_ Reviews Feed.</param>
        /// <param name="giveawaysFeed_GiveawaysFeed">The Giveaways Feed_ Giveaways Feed.</param>
        /// <param name="editorialFeed_EditorialFeed">The Editorial Feed_ Editorial Feed.</param>
        /// <param name="videos_Videos">The Videos_ Videos.</param>
        /// <param name="internetService">The Internet Service.</param>
        public Main_NewsViewModel(IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ILockScreenService lockScreenService, Repositories.IMain_mainrssfeed main_mainrssfeed, Repositories.INewsFeed_NewsFeed newsFeed_NewsFeed, Repositories.IReviewsFeed_ReviewsFeed reviewsFeed_ReviewsFeed, Repositories.IGiveawaysFeed_GiveawaysFeed giveawaysFeed_GiveawaysFeed, Repositories.IEditorialFeed_EditorialFeed editorialFeed_EditorialFeed, Repositories.IVideos_Videos videos_Videos, IServices.IInternetService internetService)
        {
			_dialogService = dialogService;
			_navigationService = navigationService;
			_lockScreenService = lockScreenService;
			_main_mainrssfeed = main_mainrssfeed;
			_newsFeed_NewsFeed = newsFeed_NewsFeed;
			_reviewsFeed_ReviewsFeed = reviewsFeed_ReviewsFeed;
			_giveawaysFeed_GiveawaysFeed = giveawaysFeed_GiveawaysFeed;
			_editorialFeed_EditorialFeed = editorialFeed_EditorialFeed;
			_videos_Videos = videos_Videos;
			_internetService = internetService;
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="info_InfoViewModel" /> class.
        /// </summary>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="speechService">The Speech Service.</param>
        /// <param name="shareService">The Share Service.</param>
        /// <param name="liveTileService">The Live Tile Service.</param>
        /// <param name="lockScreenService">The Lock Screen Service.</param>
        /// <param name="info_infoDataSource">The Info_info Data Source.</param>
        /// <param name="bgkigallery_bgkitumblrfeed">The Bgkigallery_bgkitumblrfeed.</param>
        /// <param name="latesthairstyles_hairstylefeed">The Latesthairstyles_hairstylefeed.</param>
        /// <param name="makeuptutorials_makeupfeed">The Makeuptutorials_makeupfeed.</param>
        public info_InfoViewModel(IServices.IDialogService dialogService, IServices.INavigationService navigationService, IServices.ISpeechService speechService, IServices.IShareService shareService, IServices.ILiveTileService liveTileService, IServices.ILockScreenService lockScreenService, Repositories.Iinfo_infoDataSource info_infoDataSource, Repositories.Ibgkigallery_bgkitumblrfeed bgkigallery_bgkitumblrfeed, Repositories.Ilatesthairstyles_hairstylefeed latesthairstyles_hairstylefeed, Repositories.Imakeuptutorials_makeupfeed makeuptutorials_makeupfeed)
        {
			_dialogService = dialogService;
			_navigationService = navigationService;
			_speechService = speechService;
			_shareService = shareService;
			_liveTileService = liveTileService;
			_lockScreenService = lockScreenService;
			_info_infoDataSource = info_infoDataSource;
			_bgkigallery_bgkitumblrfeed = bgkigallery_bgkitumblrfeed;
			_latesthairstyles_hairstylefeed = latesthairstyles_hairstylefeed;
			_makeuptutorials_makeupfeed = makeuptutorials_makeupfeed;
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="movieoftheweek_NewsViewModel" /> class.
        /// </summary>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="navigationService">The Navigation Service.</param>
        /// <param name="movieoftheweek_movieDataSource">The Movieoftheweek_movie Data Source.</param>
        public movieoftheweek_NewsViewModel(IServices.IDialogService dialogService, IServices.INavigationService navigationService, Repositories.Imovieoftheweek_movieDataSource movieoftheweek_movieDataSource)
        {
			_dialogService = dialogService;
			_navigationService = navigationService;
			_movieoftheweek_movieDataSource = movieoftheweek_movieDataSource;
        }
 /// <summary>
 /// Initializes a new instance of the <see cref="characters_ListViewModel" /> class.
 /// </summary>
 /// <param name="dialogService">The Dialog Service.</param>
 /// <param name="navigationService">The Navigation Service.</param>
 /// <param name="characters_charactersCollection">The Characters_characters Collection.</param>
 public characters_ListViewModel(IServices.IDialogService dialogService, IServices.INavigationService navigationService, Repositories.Icharacters_charactersCollection characters_charactersCollection)
 {
     _dialogService = dialogService;
     _navigationService = navigationService;
     _characters_charactersCollection = characters_charactersCollection;
 }
        /// <summary>
        /// Initializes a new instance of the <see cref="pictures_NewsViewModel" /> class.
        /// </summary>
        /// <param name="dialogService">The Dialog Service.</param>
        /// <param name="pictures_picturesDataSource">The Pictures_pictures Data Source.</param>
        public pictures_NewsViewModel(IServices.IDialogService dialogService, Repositories.Ipictures_picturesDataSource pictures_picturesDataSource)
        {
			_dialogService = dialogService;
			_pictures_picturesDataSource = pictures_picturesDataSource;
        }