public VMController(dbMoviesContext context)
 {
     db = context;
 }
 public DiscsController(dbMoviesContext context)
 {
     _context = context;
 }