//RETORNA UM OBJETO DO TIPO UNIDADE DE MEDIDA public CidadeModel SelectByID(int id) { CidadeDAO dao = new CidadeDAO(); return(dao.SelectByID(id)); }