public void SetSectionData(int sectionIndex, IList data) { if (Sections != null) { Sections[sectionIndex].DataContext = data; } }