private bool AnyUserInGroup(ulong id) { UserService userServ = new UserService(); return userServ.AnyUserInGroup(id); }