public HomeController(MovieDBcontext cxt) { context = cxt; }
public MoviesController(MovieDBcontext context) { _context = context; }