private void InitializeManager()
 {
     _manager = new DownloaderProcessManager(this, models);
     _manager.Start();
 }