private void detach_Series(Serie entity)
		{
			this.SendPropertyChanging();
			entity.Surcharge = null;
		}
 partial void DeleteSerie(Serie instance);
		private void attach_Series(Serie entity)
		{
			this.SendPropertyChanging();
			entity.Surcharge = this;
		}
 partial void UpdateSerie(Serie instance);
 partial void InsertSerie(Serie instance);
		private void detach_Series(Serie entity)
		{
			this.SendPropertyChanging();
			entity.SerieCarnetDescription = null;
		}
		private void attach_Series(Serie entity)
		{
			this.SendPropertyChanging();
			entity.User = this;
		}
		private void detach_Series(Serie entity)
		{
			this.SendPropertyChanging();
			entity.Association = null;
		}