partial void DeleteStore(Store instance);
 partial void InsertStore(Store instance);
 partial void UpdateStore(Store instance);
		private void detach_Stores(Store entity)
		{
			this.SendPropertyChanging();
			entity.SalesPerson = null;
		}