// // GET: /Static/Details/5 public ActionResult Details(int id) { Static model = Static.FindBy(id); return(View(model)); }