//public void updateTextPath()
    //{
    //    if (placementObject != null)
    //    {
    //        placementObject.textPath = textDemo.TappedSaveText();
    //    }
    //}

    public void LoadImage()
    {
        if (placementObject != null)
        {
            imageDemo.TappedLoad(placementObject.imagePath);
        }
    }