public void LoadWebFile(string webPath)
 {
     using (WebFile web = WebFile.Load(webPath))
     {
         AddWebFile(web);
     }
 }