private void detach_Kat_zach(Kat_zach entity)
		{
			this.SendPropertyChanging();
			entity.TypeKatZach = null;
		}
		private void attach_Kat_zach(Kat_zach entity)
		{
			this.SendPropertyChanging();
			entity.TypeKatZach = this;
		}
 partial void UpdateKat_zach(Kat_zach instance);
 partial void DeleteKat_zach(Kat_zach instance);
 partial void InsertKat_zach(Kat_zach instance);