public void Add(DelegationSetting setting)
 {
     NewContext.AddDelegation(setting.ToEntity());
 }