public VideosController(ScribrSampleContext context)
 {
     _context = context;
 }
 public TranscriptionsController(ScribrSampleContext context)
 {
     _context = context;
 }