public ActionResult EditFaq(int id) { var model = _admin.GetFaq(id); return(PartialView("EditFaq", model)); }