public IEnumerable <Profissao> ObterTodos()
 {
     return(_clienteRepository.ObterTodos());
 }