public JsonResult Chat(string q) { var k = ChatHelper.GetAnswer(q); return(Json(k, JsonRequestBehavior.AllowGet)); }