public DataTable GetTable(string value, TableType tableType = TableType.Predefined) { return(dbLayer.GetTable(value, tableType)); }