using System; using System.Collections; using System.Collections.Generic; using AIMSDAL; namespace AIMSModel { public partial class Menu { public List Children = new List(); } }