public MovieRepository(MvcMovieContext context)
     : base(context)
 {
     _context = context;
 }