public AnnualCtrl()
        {
            InitializeComponent();

            DaysExcluded.DataSource = mExcludedDates.ToList();
        }