/// <summary>
        ///     The show progress in region command execute.
        /// </summary>
        private void ShowProgressInRegionCommandExecute()
        {
            var progressControlViewModel = new CustomProgressControlViewModel();

            RegisterDetailedTask(_splashScreenService);

            _splashScreenService.CommitAsync(progressControlViewModel, this, string.Format("ProgressRegion{0}", (click++) % 2));
        }
        /// <summary>
        ///     The show progress in region command execute.
        /// </summary>
        private void ShowProgressInRegionCommandExecute()
        {
            var progressControlViewModel = new CustomProgressControlViewModel();

            RegisterDetailedTask(_splashScreenService);

            _splashScreenService.CommitAsync(progressControlViewModel, this, string.Format("ProgressRegion{0}", (click++) % 2));
        }