public static List <FrontServiceView> GetFrontServices(AspxCommonInfo aspxCommonObj, int count)
 {
     try
     {
         List <FrontServiceView> lstService = AspxServiceProvider.GetFrontServices(aspxCommonObj, count);
         return(lstService);
     }
     catch (Exception e)
     {
         throw e;
     }
 }