public DownloadManagerView()
        {
            InitializeComponent();

            m_ViewModel = new DownloadManagerViewModel(DownloadManager.Current(), StorageService.Current(), new AnalyticsService(), ReleaseSingletonService.Current());
            DataContext = m_ViewModel;
        }
 public DownloadManagerView()
 {
     InitializeComponent();
     m_ViewModel = new DownloadManagerViewModel(DownloadManager.Current(), StorageService.Current());
     DataContext = m_ViewModel;
 }