public IActionResult Archive(int id) { agendaService.AddToArchive(id); return(RedirectToAction("Index", "Profile")); }