//Deze methode haalt een klant op aan de hand van id. public Klant GetKlant(int id) { return(repo.GetKlant(id)); }