public ConfigurationEntity ReadConfigurationObject(string name)
 {
     return(_databaseWorker.ReadConfigurationObject(name));
 }