public static List <T> GetDatabseTableData <T>(string tableName, IDatabaseConnector db) { return(db.GetTableDataByName <T>(tableName)); }