public JsonResult UserDelete(int ID) { try { return(Json(bal.UserDelete(ID), JsonRequestBehavior.AllowGet)); } catch (Exception ex) { throw ex; } }