public IEnumerable <FilmShort> GetAllShort()
 {
     return(_service.GetAllFilmShort());
 }