public static List <AppointmentSatusInfoBasic> GetAppointmentStatusListGrid(int limit, int offset, string statusName, bool?isActive, AspxCommonInfo aspxCommonObj)
 {
     try
     {
         List <AppointmentSatusInfoBasic> lstAppointStatus = AspxServiceProvider.GetAppointmentStatusListGrid(limit, offset, statusName, isActive, aspxCommonObj);
         return(lstAppointStatus);
     }
     catch (Exception e)
     {
         throw e;
     }
 }