public Amigo Get(int id) { return(_service.GetAmigoById(id)); }
public Amigo Get(Guid id) { return(_context.GetAmigoById(id)); }