public static IList <CardInfo> GetUnsoldCard(string table, int productId, int amount) { return(dal.GetUnsoldCard(table, productId, amount)); }