public UnitOfWork(MovieSearchDbContext context)
 {
     Context = context;
 }
 public void Dispose()
 {
     Context = null;
 }