public ActionResult LogOut()
        {
            SessionComponent.ClearSession();

            return(RedirectToAction("Login"));
        }