public IActionResult Edit(int?id)
 {
     Autenticar();
     return(View(_vendedorService.GetEdicao(id)));
 }