public string GetControleur() { if (Controleur != null) { return(Controleur.GetLidNaam()); } return(""); }