XDocument LoadFromFile(string xmlFile)
 {
     return(DataLoader.LoadXmlFromResources(xmlFile));
 }