public static string RECOVERY_BILLS_FOR_SN(string IDS)
 {
     try
     {
         return(CRBusinessLogicLayer.RECOVERY_BILLS_FOR_SN(IDS).GetXml());
     }
     catch (Exception)
     {
         // ignored
     }
     return(null);
 }