public Gebruiker GetGebruikerByID(int id) { return(Context.GetGebruikerByID(id)); }
public Gebruiker GetGebruikerByID(int ID) { return(context.GetGebruikerByID(ID)); }