public JsonResult IndexForFaceContent(int id)
        {
            var p = _BomDetailService.GetDesignConsumptionFaceContentForIndexForProduct(id);

            return(Json(p, JsonRequestBehavior.AllowGet));
        }