// Gets the most popular age group overall internal static object GetMostPopularAgeGroupOverall() { string sql = SqlProcedures.GetMostPopularAgeGroupOverall(); return(Call(sql)); }