public void AddUnion(CPerson p)
 {
     foreach (CUnion u in p.GetUnions())
     {
         this.Add(u.GetTheOther(p), p.X + p.Label.Width + 1, p.Y);
     }
 }