In your code you call createEmployee with an Employee but your code takes String, String, ..., so what you posted is not the real code.
Your createEmployee seems to be creating a new Employee, so make sure you are adding the photos to that employee.
Also, your addPhotos method first does a contains, ensure that your equals and hashCode methods are correct.