// GET api/cliente
 public IEnumerable <Cliente> Get()
 {
     return(_clienteService.GetAllClient());
 }