public CategoriaColecao ConsultaId(int idCategoria) { CategoriaDAL categoriaDAL = new CategoriaDAL(); return(categoriaDAL.ConsultaId(idCategoria)); }