public JsonResult DeleteHomeCategory(int Id) { var dao = new MenuDAO(); int res = dao.DeleteHomeCategory(Id); return(Json(new { res = res })); }