public void LoadSettings(string Path) { ReportItems = SerializeUtil.DeserializeFromXML <List <ReportItem> >(Path); }