private void detach_tbl_Posts(tbl_Post entity)
		{
			this.SendPropertyChanging();
			entity.tbl_Cluster = null;
		}
 partial void Updatetbl_Post(tbl_Post instance);
 partial void Deletetbl_Post(tbl_Post instance);
 partial void Inserttbl_Post(tbl_Post instance);