public int pegarIDCidade(string cidade) { try { DALPessoa DALObj = new DALPessoa(); return(DALObj.pegarIDCidade(cidade)); } catch (Exception) { return(0); } }