// GET: Admin/About public ActionResult Index() { var model = aboutDAO.GetAllWithUser(); return(View(model)); }