public void Remove(RecipientElement recipientElement)
 {
     BaseRemove(recipientElement.RecipientAddress);
 }
 public void Add(RecipientElement recipientElement)
 {
     BaseAdd(recipientElement);
 }