public static void DeleteAppointmentForError(int orderId, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         AspxServiceProvider.DeleteAppointmentForError(orderId, aspxCommonObj);
     }
     catch (Exception e)
     {
         throw e;
     }
 }