public int TotalCost() { return(PartsUsed.GetListCost()); }
public void AddPartUsed(ReplacementPart part) { PartsUsed.AddPart(part); }