public async Task <List <Usuario> > Listar() { try { return(await repository.Listar()); } catch (Exception e) { throw e; } }