partial void DeleteScheduleHistory(ScheduleHistory instance);
 partial void InsertScheduleHistory(ScheduleHistory instance);
 partial void UpdateScheduleHistory(ScheduleHistory instance);
		private void detach_ScheduleHistories(ScheduleHistory entity)
		{
			this.SendPropertyChanging();
			entity.Schedule = null;
		}