public Usuario(Fabricante fabricante)
 {
     _celular = fabricante.CriarCelular();
     _notebook = fabricante.CriarNotebook();
     _tablet = fabricante.CriarTablet();
 }