public KundeDto getCustomerByPrimaryKey(int key)
 {
     WriteActualMethod();
     return(DtoConverter.ConvertToDto(Component.getCustomerByPrimaryKey(key)));
 }