We have a multi-layered Asp.NET Web Forms application. The data layer has a class called ...DataAccess... which impements ...IDisposable... and has an instance of our Entity Framework Object Context as a private field. The class has a number of public met...