public void Remove(EmpresaDTO empresaDTO) { var cliente = mapper.MapperDTOToEntity(empresaDTO); service.Remove(cliente); }