partial void DeletePredictionXRef(PredictionXRef instance);
 partial void InsertPredictionXRef(PredictionXRef instance);
 partial void UpdatePredictionXRef(PredictionXRef instance);
	private void detach_PredictionXRefs(PredictionXRef entity)
	{
		this.SendPropertyChanging();
		entity.Prediction = null;
	}