public Gebruiker GetById(int id)
 {
     return(_interface.GetGebruikerById(id));
 }