public Gebruiker GetGebruiker(string gebruiker)
 {
     return(context.getGebruiker(gebruiker));
 }