using System; using System.Collections; using System.Collections.Generic; using AIMSDAL; namespace AIMSModel { public partial class BasicDictionary { public List Children { get; set; } } }