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