protected function setTables()
 {
     $this->tables = array();
     foreach ($this->userDataModel->Tables as $table) {
         $this->tables[$table->Name] = DataManagementService::GetTableMeta($table->DatabaseConnectionInfoId, $table->SchemaName, $table->Name);
     }
 }