public JsonResult delete(int SubCategoryID) { return(Json(db.deletesub(SubCategoryID), JsonRequestBehavior.AllowGet)); }