public static List<string> GetAllProduts() { ProdutoDAO produtoDao = new ProdutoDAO(); return produtoDao.ListarAutoComplete(); }