public IEnumerable <Download> GetAllDownloads() { var result = _downloadRepository.GetAllDownloads(); return(result); }