Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
		private void detach_Locations(Location entity)
		{
			this.SendPropertyChanging();
			entity.VisitorClassification1 = null;
		}
 partial void UpdateLocation(Location instance);
 partial void DeleteLocation(Location instance);
 partial void InsertLocation(Location instance);