private void detach_Pacientes(Paciente entity)
		{
			this.SendPropertyChanging();
			entity.Persona = null;
		}
		private void attach_Pacientes(Paciente entity)
		{
			this.SendPropertyChanging();
			entity.Persona = this;
		}
 partial void UpdatePaciente(Paciente instance);
 partial void DeletePaciente(Paciente instance);
 partial void InsertPaciente(Paciente instance);