public IEnumerable <FilmShort> GetAllFSByLanguageId(int LanguageId) { return(_service.GetAllFSByLanguageId(LanguageId)); }