public CountTypesCommand(CountTypesReceiver receiver, List <ProductCar> cars) { this.receiver = receiver; this.cars = cars; }