partial void DeleteSalesPersonQuotaHistory(SalesPersonQuotaHistory instance);
 partial void InsertSalesPersonQuotaHistory(SalesPersonQuotaHistory instance);
 partial void UpdateSalesPersonQuotaHistory(SalesPersonQuotaHistory instance);
		private void detach_SalesPersonQuotaHistories(SalesPersonQuotaHistory entity)
		{
			this.SendPropertyChanging();
			entity.SalesPerson = null;
		}