public void Utility(int id) { CardUtility card = cardDataBase.FindUtilityCardByID(id); card.PlayedFunction(); }