public static string OTS_RANGE_DELETE(string OTSRID) { try { return(CRBusinessLogicLayer.OTS_RANGE_DELETE(Convert.ToInt32(OTSRID)).GetXml()); } catch (Exception) { // ignored } return(null); }