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