internal void UserControl_Loaded()
 {
     if (!paymentSection.IsLoadedUI)
     {
         paymentManagerImpl.UserControl_Loaded();
         paymentSection.IsLoadedUI = true;
         activeElements();
     }
 }