def KeysToLower(map)
      map = deep_copy(map)
      newk = nil
      return {} if map.nil?