public static List <BookAppointmentInfo> GetAppointmentDetailsForExport(AspxCommonInfo aspxCommonObj)
 {
     try
     {
         List <BookAppointmentInfo> lstBookAppoint = AspxServiceProvider.GetAppointmentDetailsForExport(aspxCommonObj);
         return(lstBookAppoint);
     }
     catch (Exception e)
     {
         throw e;
     }
 }