// APIDOCS public bool AddGenreToMovie(int movieID, string[] genres) { return(_repo.AddGenreToMovie(movieID, genres)); }