public async Task <IEnumerable <DayShow> > Top7DatesShow() { return(await showingService.Top7DatesShow()); }