private void CarregarProdutosCompostos() { FormatarGrid(produtosCompostosDataGridView, ETipoFormatGrid.ProdutoComposto, new BindingList <ProdutoComposicao>(_produtoControl.GetListProductCompound().ToList())); }