public IEnumerable <FilmShort> GetAllFSByTitle(string Title)
 {
     return(_service.GetAllFSByTitle(Title));
 }