public ClienteDto getById(int id) { var cliente = _serviceCliente.GetBId(id); return(_mapperCliente.MapperEntityToDto(cliente)); }