private void detach_ForecastingResults(ForecastingResult entity)
		{
			this.SendPropertyChanging();
			entity.User = null;
		}
 partial void DeleteForecastingResult(ForecastingResult instance);
 partial void InsertForecastingResult(ForecastingResult instance);
 partial void UpdateForecastingResult(ForecastingResult instance);
		private void attach_ForecastingResults(ForecastingResult entity)
		{
			this.SendPropertyChanging();
			entity.ForecastingTree = this;
		}