public static string GetLangAdm()
 {
     return(StringClass.Check(Cookie.GetCookie("LangAdm")) ? Cookie.GetCookie("LangAdm") : "");
 }