public void Remove(Guid id)
 {
     _membroRepository.Remove(id);
 }