public IEnumerable <FilmFull> GetAllFull()
 {
     return(_service.GetAllFilmFull());
 }