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