private void UserSelectAction(DBUser obj) { obj.IsChecked = !obj.IsChecked; obj.NotifyChange(nameof(DBUser.IsChecked)); }