partial void DeleteScherung(Scherung instance);
 partial void InsertScherung(Scherung instance);
 partial void UpdateScherung(Scherung instance);
		private void detach_Scherung(Scherung entity)
		{
			this.SendPropertyChanging();
			entity.Matten = null;
		}