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