public bool Persistir()
        {
            var dao = new DepartamentoDAO();

            return(dao.Persistir(this));
        }