public static XmlConfigurationClass Instance()
 {
     //get 
     {
         //lock (padlock)
         {
             if (instance == null)
             {
                 instance = new XmlConfigurationClass();
             }
             return instance;
         }
     }
 }
 public static XmlConfigurationClass Instance()
 {
     //get 
     {
         //lock (padlock)
         {
             if (instance == null)
             {
                 instance = new XmlConfigurationClass();
             }
             return instance;
         }
     }
 }