public User initializeIdAndName(long id, String name){ this.id = id; this.name = name; return this; }