public void BatchUpdate(IList <Config> configs)
 {
     _repository.BatchUpdate(configs);
 }