public List <Character> AllPublicActors() { // Will have to filter out non-public actors return(_data.GetActors()); }