A Slight deviation...but mimics the Mother/Nanny pattern Using Objects That Encapsulate Resources When you write code that uses an object that encapsulates a resource, you should make sure that the object's Dispose method gets called when you are finished using the object. You can do this with the C#...