partial void DeleteProfessor_Phone(Professor_Phone instance);
 partial void InsertProfessor_Phone(Professor_Phone instance);
 partial void UpdateProfessor_Phone(Professor_Phone instance);
		private void detach_Professor_Phones(Professor_Phone entity)
		{
			this.SendPropertyChanging();
			entity.Professor = null;
		}