| Add | Create a new NameItem, add it to the Collection, and return it to the caller. |
| Add(T) | Add an item to the collection. |
| Add(NameCollection) | Add a collection of names and descriptions to the collection. |
| Add(String) | Create and add a new Name Item to the Collection, then return it to the caller. |
| Add(String, String) | Create and add a new Name Item to the Collection by member values. |