private void detach_TeacherInfo(TeacherInfo entity)
		{
			this.SendPropertyChanging();
			entity.Account = null;
		}
 partial void UpdateTeacherInfo(TeacherInfo instance);
 partial void DeleteTeacherInfo(TeacherInfo instance);
 partial void InsertTeacherInfo(TeacherInfo instance);