public void SetWebsite(Website website)
 {
     websiteCookieService.Set("CurrentWebsite", website, int.MaxValue);
 }