public void DeleteGroup(int groupId) { EnsureInGroupModifyPermission(GroupStorage.GetById(groupId)); GroupStorage.Delete(groupId); }