public void klantBediend(Klant klant)
 {
     klantRepository.klantBediend(klant);
 }