public ActionResult Loggout()
 {
     ServicoDeSessao.Sair();
     return(RedirectToAction("Index"));
 }