private static DataTable Get_Due_Date() { DataTable table = new DataTable(); try { table = _dataAccess.GetDueDate(); } catch (Exception ex) { classReminderPayment2LogWriter.WriteLog("Error Get_Reminder_Payment_2(), " + ex.Message); } return(table); }