public ICollection <Movie> DirectorMovies(int id)
 {
     return(_directorService.DirectorMovies(id));
 }