public JsonResult ChangeStatus(int id) { var result = _slideDao.ChangeStatus(id); return(Json(new { status = result })); }