public void Remove(EnderecoDTO obj) { var objEntity = _mapper.Map <Endereco>(obj); _serviceEndereco.Remove(objEntity); }