public JsonResult ChangeStatus(long id, bool state) { _iGiftService.ChangeStatus(id, state); return(Json(new Result { success = true })); }