public List <Klant> GeefAlleKlantenFromServer()
 {
     return(klantRepository.GeefAlleKlatenFromServer());
 }