// Implicitn vol ped inicializac objektu vchoz konstruktor.
Customer customer = new Customer { Name = "Marco", Country = "Italy" };
