// GET: About public ActionResult Index() { var value = abm.GetListStatusTrue(); return(View(value)); }