/* jSON */ public JsonResult IsAlreadyExist(string Ten_Sach) { return(Json(BookAction.find(Ten_Sach), JsonRequestBehavior.AllowGet)); }