public void LogOut() { _currentWindow = new LoginWindow(); _context.LogOut(); _currentWindow.DataContext = _context; _currentWindow.Show(); }