public ActionResult Images(int id) { var model = _artistsService.GetAllImageByArtist(id); return(View(model)); }