public void InsertLogger(t_Loggers logger) { try { loggerRepository.InsertLogger(logger); } catch (Exception ex) { // throw ex; } }