public IEnumerable <Archive> GetCourseDocs(int courseId) { return(_archiveRepository.GetCourseDocs(courseId)); }