public void Remove(VPerson element)
 {
     elements.Remove(element);
 }
 public void Attach(VPerson element)
 {
     elements.Add(element);
 }