public void RemoveConfigurationObject(string name)
 {
     _databaseWorker.RemoveConfigurationObject(name);
 }