/// <summary>
 /// Stores the modifications in the database.
 /// </summary>
 protected override void Store(SecurityContext context)
 {
     DataHandler.AddMembers(context, GroupId, UserMembers, GroupMembers, ParentGroups);
 }