public IActionResult ShowSprints(int Id) { ViewBag.sprints = projectManagerRepository.GetSprints(Id); return(View()); }