public IActionResult GetAll() { try { return(Ok(_repo.SelecionarTudoCompleto())); } catch (System.Exception) { return(StatusCode(500)); } }