public DataSet GenderWiseActionsSM(string Customer, string Appname, string SMType)
 {
     anbp = new AnalyticsDALC();
     return anbp.GenderWiseActionsSM(Customer, Appname, SMType);
 }