private void Clear() { var _carParts = new CarParts(); }
public BuildCar(IEnumerable <Car> car) { this._car = car; this._carParts = new CarParts(); }