public Setting(EnumSet set, string value) { SetId = (int)set; Key = set.ToString(); Remark = set.GetDescription(); Value = value; }