partial void DeleteSIGEEA_Representante(SIGEEA_Representante instance);
 partial void InsertSIGEEA_Representante(SIGEEA_Representante instance);
 partial void UpdateSIGEEA_Representante(SIGEEA_Representante instance);
		private void detach_SIGEEA_Representantes(SIGEEA_Representante entity)
		{
			this.SendPropertyChanging();
			entity.SIGEEA_Persona = null;
		}