public ProfileFieldModel(ProfileField Field, ProfileFieldMode Mode, String Value = "")
 {
     this.Field = Field;
     this.Mode  = Mode;
     this.Value = Value;
 }
 public ProfileFieldModel(ProfileField Field, ProfileFieldMode Mode, String Value = "")
 {
     this.Field = Field;
     this.Mode = Mode;
     this.Value = Value;
 }