private void detach_TB_VF_Vehicles(TB_VF_Vehicle entity)
		{
			this.SendPropertyChanging();
			entity.TB_HR_AttendUser = null;
		}
 partial void DeleteTB_VF_Vehicle(TB_VF_Vehicle instance);
 partial void InsertTB_VF_Vehicle(TB_VF_Vehicle instance);
 partial void UpdateTB_VF_Vehicle(TB_VF_Vehicle instance);
		private void detach_TB_VF_Vehicles(TB_VF_Vehicle entity)
		{
			this.SendPropertyChanging();
			entity.TB_VF_VehicleStatus = null;
		}