public async Task <IActionResult> GetArchives() { var archives = await _archiveRepository.Archives(); return(Json(archives)); }