using System.Collections.Generic; namespace Yavsc.Model.Forms { public class FieldSet { public string Legend {get; set;} public List Fields { get; set; } } }