public void CheckTableContains(string tableName, string column, string value) { TableController table = mapping[tableName] as TableController; table?.CheckTableContainsByColumn(column, value); }