public XCard(int actCardId, XCommandCard commandCard, string name) { this.actCardId = actCardId; this.commandCard = commandCard; this.name = name; }