public void Add(Collaborateur c)
 {
     this.tab.Add(c);
 }