public JsonResult GetAnswer(int id) { var data = _re.GetAnswerById(id); return(Json(data, JsonRequestBehavior.AllowGet)); }