private void detach_Attendances(Attendance entity)
		{
			this.SendPropertyChanging();
			entity.Service = null;
		}
		private void attach_Attendances(Attendance entity)
		{
			this.SendPropertyChanging();
			entity.Service = this;
		}