namespace GCAS.Model { public class PrintSetModel { public int Id { get; set; } public string FieldName { get; set; } public string DisplayName { get; set; } public string CellCoord { get; set; } public bool InUse { get; set; } } }