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