I am using a typed array i.e. ACHS[] where ACHS is a class I defined. I need to add functions for Add and Remove. I need to have functionality like AddAT and removeAT, is there an easier way to do this with the collections namespace or anything? Currently I search the Array for an ID that I need to remove, Grab the Index, and then create a new array without the item in the index i grabbed. I know there is a more efficiant way to do this.. Suggestions ?