public TableListController(ISys_TableListService tableListService, ISys_TableColumnService tableColumnService) { _tableListService = tableListService; _tableColumnService = tableColumnService; }