public override void Proceseaza(ComandaAdaugare comanda) { Carte carte = new Carte(); carte.Adauga(comanda.carte); }