private void detach_MatchFormAction(MatchFormAction entity)
		{
			this.SendPropertyChanging();
			entity.Game = null;
		}
 partial void UpdateMatchFormAction(MatchFormAction instance);
 partial void DeleteMatchFormAction(MatchFormAction instance);
 partial void InsertMatchFormAction(MatchFormAction instance);