public List <CinemaWithFilm> CinemaXinxi(int CId, int FId, DateTime ShowTime) { return(dl.CinemaXinxi(CId, FId, ShowTime)); }