public bool ClearAuditLogs(object StateDateTime, object EndDateTime) { return(eaRepository.ClearAuditLogs(StateDateTime, EndDateTime)); }