partial void DeleteLocationService(LocationService instance);
 partial void UpdateLocationService(LocationService instance);
		private void detach_LocationServices(LocationService entity)
		{
			this.SendPropertyChanging();
			entity.Service = null;
		}
 partial void InsertLocationService(LocationService instance);
		private void attach_LocationServices(LocationService entity)
		{
			this.SendPropertyChanging();
			entity.Location = this;
		}