public void addCustomer(KundeDto customer)
 {
     WriteActualMethod();
     Component.addCustomer(DtoConverter.ConvertToEntity(customer));
 }