public ReplyElement(CoreElement coreElement)
        {
            Id                  = coreElement.Id;
            Label               = coreElement.Label;
            DisplayOrder        = coreElement.DisplayOrder;
            CheckListFolderName = coreElement.CheckListFolderName;
            Repeated            = coreElement.Repeated;
            StartDate           = coreElement.StartDate;
            EndDate             = coreElement.EndDate;
            Language            = coreElement.Language;
            MultiApproval       = coreElement.MultiApproval;
            FastNavigation      = coreElement.FastNavigation;
            DownloadEntities    = coreElement.DownloadEntities;
            ManualSync          = coreElement.ManualSync;
            CaseType            = coreElement.CaseType;
            ElementList         = coreElement.ElementList;
            MicrotingUId        = coreElement.MicrotingUId;
//            OriginalId = coreElement.OriginalId;
        }
        public MainElement(CoreElement coreElement)
        {
            Id                  = coreElement.Id;
            Label               = coreElement.Label;
            DisplayOrder        = coreElement.DisplayOrder;
            CheckListFolderName = coreElement.CheckListFolderName;
            Repeated            = coreElement.Repeated;
            StartDate           = coreElement.StartDate;
            EndDate             = coreElement.EndDate;
            Language            = coreElement.Language;
            MultiApproval       = coreElement.MultiApproval;
            FastNavigation      = coreElement.FastNavigation;
            DownloadEntities    = coreElement.DownloadEntities;
            ManualSync          = coreElement.ManualSync;
            CaseType            = coreElement.CaseType;
            ElementList         = coreElement.ElementList;
            EnableQuickSync     = coreElement.EnableQuickSync;
            Color               = coreElement.Color;

            PushMessageTitle = "";
            PushMessageBody  = "";
        }