public ActionResult Logout()
 {
     FormsAuthentication.SignOut();
     authentificationManager.SignOut();
     NotificationCenter.AddLogoutNotification();
     return(RedirectToAction("Main", "Main"));
 }