private async Task DeleteGroup(int groupId)
        {
            await GroupContext.Delete(groupId);

            NavigateToGroups();
        }