Communicate communicate = new Communicate(sslComunicationSocket);
communicate.receiveAndSend("200, Thank you bastard Photogroup");
if (communicate.receive().equals("201")) {
communicate.send("209, Troca de imagens");
if (communicate.receive().equals("700")) {
communicate.send("707, Apague a foto");
communicate.send(id);
if (communicate.receive().equals("708")) {
sslComunicationSocket.close();
personPhoto.fillPhotoFromPerson(id, true);
createandsetMessageBoxPhoto("Foto excluida com sucesso");