public List <ProdutoDTO> Listar()
        {
            ProdutoDatabase db = new ProdutoDatabase();

            return(db.Listar());
        }