public JsonResult update(Master_SubCategory sc) { return(Json(db.UpdateSub(sc), JsonRequestBehavior.AllowGet)); }