public int getGebruikerID(string username)
 {
     return(context.GetGebruikerID(username));
 }