public CommentRepository(IOrderDbContext dbc, ICommentMap map, ILogger <CommentData> log) : base(log, map)
 {
     entityContext = dbc;
 }
 public CommentRepository(IMainDBContext dbc, ICommentMap map_factory) : base(map_factory)
 {
     entity_context = dbc;
 }