// GET: /Order/
        public ActionResult Index()
        {
            var Boms = _BomDetailService.GetDesignConsumptionHeaderViewModelForIndexForProduct();

            return(View(Boms));
        }