//CONSTRUTOR DA CLASSE
 public DAOTipoProduto(Conexao cx)
 {
     this.conexao = cx;
 }