public JsonResult IndexForOtherContent(int id)
        {
            var p = _BomDetailService.GetDesignConsumptionOtherContentForIndexForProduct(id);

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