public JsonResult List() { var json = JsonConvert.SerializeObject(bl.list()); return(Json(json, JsonRequestBehavior.AllowGet)); }