private void detach_AutomatedSystems(AutomatedSystem entity)
		{
			this.SendPropertyChanging();
			entity.Person = null;
		}
		private void detach_AutomatedSystems(AutomatedSystem entity)
		{
			this.SendPropertyChanging();
			entity.NetworkInformation = null;
		}
 partial void DeleteAutomatedSystem(AutomatedSystem instance);
 partial void UpdateAutomatedSystem(AutomatedSystem instance);
 partial void InsertAutomatedSystem(AutomatedSystem instance);
		private void attach_AutomatedSystems(AutomatedSystem entity)
		{
			this.SendPropertyChanging();
			entity.TypeOfAutomatedSystem = this;
		}