User.java - Added getId() UserFactory - Added simple constructor (to be modified further) - Added newUser(), getUser(String), getUser(int) for interaction with the List<User> - Added update(User, User) to update/replace an item in the List