private void attach_Posts(Post entity)
		{
			this.SendPropertyChanging();
			entity.Account = this;
		}
		private void detach_Posts(Post entity)
		{
			this.SendPropertyChanging();
			entity.Account = null;
		}
 partial void DeletePost(Post instance);
 partial void UpdatePost(Post instance);
 partial void InsertPost(Post instance);
		private void detach_Posts(Post entity)
		{
			this.SendPropertyChanging();
			entity.SCategory = null;
		}
		private void attach_Posts(Post entity)
		{
			this.SendPropertyChanging();
			entity.SCategory = this;
		}