{
return imageFileName;
}

public String getCaption()
{
return caption;
}
public void setCaption(String caption)
{
this .caption = caption;
}

private static void copy(File src, File dst)
{

