public JsonResult Delete(int id) { var json = JsonConvert.SerializeObject(bl.Delete(id)); return(Json(json, JsonRequestBehavior.AllowGet)); }