public void RemoveObject(ISport sportObject) { ApplicationObjects.Remove(sportObject); sportObject.Remove(ref sportObject); }