public bool IsNotEmpty() { return(Documents.Any() || Communities.Any() || Members.Any() || Questions.Any() || Urns.Any() || Fiscals.Any() || Votes.Any() || Recounts.Any() || Recognitions.Any()); }