public void UpdateGebruikersNaam(string gebruikersnaam, int id) { KlantRepository.UpdateGebruikersNaam(gebruikersnaam, id); }