public Gebruiker GetGebruiker(int id)
 {
     return(repo.ReadGebruiker(id));
 }