public override string this[string columnName]
 {
     get { return(ViewModelValidator.ValidateField(model, columnName)); }
 }