case Constants.Constants.FieldTypes.Picture:
                        lstDataItem.Add(new Picture(_t.Int(field.Id), _t.Bool(field.Mandatory), _t.Bool(field.ReadOnly),
                            fieldTranslation.Text, fieldTranslation.Description, field.Color,
                            _t.Int(field.DisplayIndex), _t.Bool(field.Dummy),
                            _t.Int(field.Multi), _t.Bool(field.GeolocationEnabled)));