public static List <AppointmentStatusInfo> GetAppointmentStatusList(AspxCommonInfo aspxCommonObj)
 {
     try
     {
         List <AppointmentStatusInfo> lstAppointStatus = AspxServiceProvider.GetAppointmentStatusList(aspxCommonObj);
         return(lstAppointStatus);
     }
     catch (Exception e)
     {
         throw e;
     }
 }