public void Dispose() { SeedDataBase.Drop(); if (ApplicationContext.Container != null) { ApplicationContext.Container.Dispose(); } }