public Task <Membro> GetMembroById(int id) { return(repository.Query().Where(w => w.Id == id).FirstOrDefaultAsync()); }