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