@Override
 protected String doInBackground(String... params) {
   return HttpManager.getEventPhotosData(params[0]);
 }