// GET api/awbuildversion
 public BillOfMaterial[] Get()
 {
     return(adventureWorks_BC.BillOfMaterialList());
 }