public ActionResult Images(int id) { try { List <Images> imageList = bal.ProductImages(id); return(View(imageList)); } catch (Exception ex) { throw ex; } }