protected override void Dispose(bool disposing) { if (disposing && _UserManager != null) { _UserManager.Dispose(); _UserManager = null; } base.Dispose(disposing); }