public List <UsuarioDto> ListarUsuarios(int id)
 {
     return(_appService.GetAll());
 }
 public List <UsuarioGetDTO> GetAll()
 {
     return(_appService.GetAll());
 }