public MoviesReportController() { db = new MoviesContext(); movieReportService = new MovieReportService(db); }