public void removePersonne(Personne p)
 {
     this.personne.Remove(p);
 }
 public void addPersonne(Personne p)
 {
     this.personne.Add(p);
 }