This is pretty simple, look into Generic collections. List<T> is a good class that has both Add and Remove methods along with the ability to modify existing collections. You'll probably want to...