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