public DataSet GetLocationDrillDown2_Gender1(string Customer, string Appname, string City, string Gender)
 {
     anbp = new AnalyticsDALC();
     return anbp.GetLocationDrillDown2_Gender1(Customer, Appname, City, Gender);
 }