public JsonResult Edit(int?id)
 {
     return(Json(TermModel.getTermById(id), JsonRequestBehavior.AllowGet));
 }