private void detach_Schedules(Schedule entity)
		{
			this.SendPropertyChanging();
			entity.User = null;
		}
		private void attach_Schedules(Schedule entity)
		{
			this.SendPropertyChanging();
			entity.User = this;
		}
 partial void UpdateSchedule(Schedule instance);
 partial void DeleteSchedule(Schedule instance);
 partial void InsertSchedule(Schedule instance);