public GenresRepository(TheaterContext context)
 {
     _context = context;
 }
 public SeriesRepository(TheaterContext context)
 {
     _context = context;
 }
 public SeasonsRepository(TheaterContext context)
 {
     _context = context;
 }
 public WritersRepository(TheaterContext context)
 {
     _context = context;
 }
 public SubtitlesRepository(TheaterContext context)
 {
     _context = context;
 }
 public ActorsRepository(TheaterContext context)
 {
     _context = context;
 }
 public ContentPathsRepository(TheaterContext context)
 {
     _context = context;
 }