public void Remove(TenantElement element) { BaseRemove(element.Name); }
public void Add(TenantElement element) { BaseAdd(element); }