public HomeController(GotDbConsoleContext _context)
 {
     context = _context;
 }
 public EfEpisodesRepository(GotDbConsoleContext _context)
 {
     context = _context;
 }