private void detach_CommunityProfiles(CommunityProfile entity)
		{
			this.SendPropertyChanging();
			entity.Client = null;
		}
 partial void DeleteCommunityProfile(CommunityProfile instance);
 partial void InsertCommunityProfile(CommunityProfile instance);
 partial void UpdateCommunityProfile(CommunityProfile instance);
		private void attach_CommunityProfiles(CommunityProfile entity)
		{
			this.SendPropertyChanging();
			entity.Page = this;
		}