public EnderecoDTO GetById(int id) { var objEntity = _serviceEndereco.GetById(id); return(_mapper.Map <EnderecoDTO>(objEntity)); }