using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Consulenza.WebTemplateModeler.Entity { public class Option { public string Key { get; set; } public string Value { get; set; } public static List