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