private void backgroundWorker_DoWork(object sender, DoWorkEventArgs e) { _Project.Videos = YoutubeHelper.GetVideos((string)e.Argument); }