public int VerificaSeJaExiste(string valor) { DaoProduto dal = new DaoProduto(conexao); return(dal.VerificaSeJaExiste(valor)); }