public ContatoDTO Obter(int id)
        {
            var contato = applicationServiceContato.Obter(id);

            return(contato);
        }