public static void INSERTANDUPDATELOANACCOUNTDETAILS(string LoanAccountID, string LoanAccountDetails, string PurposeOfLoan, string Description, string Active) { try { CRBusinessLogicLayer.LOAN_ACCOUNT_DETAILS_INSERT_UPDATE(LoanAccountID, LoanAccountDetails, PurposeOfLoan, Description, Active); } catch (Exception) { // ignored } }