public IEnumerable <FilmShort> GetAllFSByCatId(int CategorieId) { return(_service.GetAllFSByCategoryId(CategorieId)); }