Add at the beginning of the list. This is just a shortcut for Insert(0, NewItem), but makes it easy to remember that controls at the beginning of the list are in front (they get key/mouse events first).
Add at the end of the list. This is just another name for Add(NewItem), but makes it easy to remember that controls at the end of the list are at the back (they get key/mouse events last).