public static DataTable GetBuyersCount(int gradeLevel, string sellerId) { return(SmartDAL.GetBuyersCount(gradeLevel, sellerId)); }