namespace MapoDataFiller { public class SimBlock { #region Public Properties public List EvList { get; set; } = new List(); public List FlList { get; set; } = new List(); #endregion Public Properties } }