public ActionResult ExcluirComando(int id)
 {
     appFuncionario.Excluir(id);
     return(RedirectToAction("Index"));
 }