public IActionResult ShowWorks(string devId, int taskId) { ViewBag.Works = teamLeaderRepository.GetWorks(devId, taskId); return(View("Works")); }