private void detach_Pastors(Pastor entity)
		{
			this.SendPropertyChanging();
			entity.PastorType = null;
		}
		private void attach_Pastors(Pastor entity)
		{
			this.SendPropertyChanging();
			entity.PastorType = this;
		}