partial void DeleteRechazo(Rechazo instance);
 partial void UpdateRechazo(Rechazo instance);
		private void detach_Rechazos(Rechazo entity)
		{
			this.SendPropertyChanging();
			entity.Partido = null;
		}
 partial void InsertRechazo(Rechazo instance);
		private void attach_Rechazos(Rechazo entity)
		{
			this.SendPropertyChanging();
			entity.Partido = this;
		}