protected override void OnAfterRender(bool firstRender)
 {
     if (firstRender)
     {
         ParentList.AddItem(Value);
     }
 }