private void detach_SystemTroubleCalls1(SystemTroubleCall entity)
		{
			this.SendPropertyChanging();
			entity.Person1 = null;
		}
		private void attach_SystemTroubleCalls(SystemTroubleCall entity)
		{
			this.SendPropertyChanging();
			entity.Person = this;
		}
 partial void DeleteSystemTroubleCall(SystemTroubleCall instance);
 partial void UpdateSystemTroubleCall(SystemTroubleCall instance);
 partial void InsertSystemTroubleCall(SystemTroubleCall instance);
		private void detach_SystemTroubleCalls(SystemTroubleCall entity)
		{
			this.SendPropertyChanging();
			entity.AutomatedSystem = null;
		}