public async Task <IEnumerable <Dayshow> > DayShowOfFilm(int id) { return(await showingService.DayShowOfFilm(id)); }