private void SaveDownloadList()
 {
     _datasetService.WriteToDownloadFile(_selectedFiles);
 }