public IActionResult Listar()
 {
     return(Ok(repository.Listar()));
 }