/// <summary>
 /// UserPropertiesControl Constructor
 /// </summary>
 public UserPropertiesControl(UserPropertyPage parentPropertyPage)
 {
     InitializeComponent();
     userPropertyPage = parentPropertyPage;
 }