public void saveImage()
 {
     if (placementObject != null)
     {
         placementObject.imagePath = imageDemo.TappedSave();
     }
 }