public ActionResult InitProduct() { string typeId = Request.Form["proT"]; List <ProductViewModel> lstRes = BProduct.SearchByTypeId(typeId); return(Content(LitJson.JsonMapper.ToJson(lstRes))); }