public TablesRepository(IDBClient dbClient)
 {
     _tables = dbClient.GetTablesCollection();
 }