private function createFiles($quantity = 0) { for ($i = 1; $i <= $quantity; $i++) { $Voucher = new Voucher(); $Voucher->storage(); } }