public void AddCharactersToEpisode(int id, string[] characterNames)
 {
     _episodeRepository.AddCharactersToEpisode(id, characterNames);
 }