public Logs Atualizar(Logs logs) { try { return(_logsRepository.Update(logs)); } catch { return(null); } }