public ActionResult <List <Parts> > getAvailableCarParts(int id) { return(partService.GetAvailableCarParts(id)); }