public static bool SaveFixedHoliday(List <ATTFixedHoliday> LSTFx)
 {
     try
     {
         return(DLLFixedHoliday.SaveFixedHoliday(LSTFx));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }