public IActionResult GetAllWorks() { ViewBag.AllWorks = workRepository.GetAllWorks(); return(View()); }