public MovieRepository(EfDbContext efDbContext) : base(efDbContext) { }
public CommentRepository(EfDbContext efDbContext) : base(efDbContext) { }