public IActionResult Cadastrar()
 {
     GerenciadorArquivo.ApagarTodasImagensTemporarias();
     ObterViewBagCategorias();
     return(View());
 }