public JsonResult IndexForOverTuftContent(int id)
        {
            var p = _BomDetailService.GetDesignConsumptionOverTuftContentForIndex(id);

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