public string Marca { set; get; }
public int Alcas { set; get; }
public int Ziper { set; get; }
public double Preco { set; get; }
public string Cor { set; get;}
public HeadPhone headPhone;
public Remedio remedio { set; get;}
public Blusa blusa { set; get;}
public Shorts shorts { set; get;}
public string Espuma { set; get; }
public int SaidaDeSom { set; get; }
public string BotaoDeLigar { set; get; }
public string Bateria { set; get; }
HeadPhone headPhone = new();
public string Nome { set; get; }
public int MgMl { set; get; }
public string Fabricante { set; get; }
public string Bula { set; get; }
public string Cor { set; get; }
public string Tamanho { set; get; }
public string Marca { set; get; }
public string Material { set; get; }
public string Estampa { set; get; }
public string Cor { set; get; }
public string Tamanho { set; get; }
public string Marca { set; get; }
public string Material { set; get; }
public String nome = new("Teste");
public Console.WriteLine(nome);