diff --git a/prototype/src/main/java/org/hso/ecommerce/controller/intern/customers/CustomersIndexController.java b/prototype/src/main/java/org/hso/ecommerce/controller/intern/customers/CustomersIndexController.java
index cf13ae4..72d2893 100644
--- a/prototype/src/main/java/org/hso/ecommerce/controller/intern/customers/CustomersIndexController.java
+++ b/prototype/src/main/java/org/hso/ecommerce/controller/intern/customers/CustomersIndexController.java
@@ -34,6 +34,12 @@ public class CustomersIndexController {
@Autowired
private final CustomerOrderRepository customerOrderRepository = null;
+ @Autowired
+ private final BookingRepository bookingRepository = null;
+
+ @Autowired
+ private AccountingController accountingController = null;
+
@GetMapping("")
public String internCustomers(Model model) {
@@ -60,7 +66,12 @@ public class CustomersIndexController {
List