public IActionResult Details(int id) { Project P = projectrepo.GetDetails(id); string file = "/images" + P.Pictures; return(View(P)); }