public ActionResult RescindProductMakeByProductId(string id, string batchNo) { var result = _kitchenService.RescindSubProductType(id, batchNo, UserCache.CurrentUser.Id); return(Json(new { validate = result })); }