function Render()
 {
     if ($this->IsPostBack) {
         $this->User->FormatPropertiesForDisplay();
         $this->CallDelegate('PreRender');
         include ThemeFilePath($this->Context->Configuration, 'account_identity_form.php');
         $this->CallDelegate('PostRender');
     }
 }