bool ServerAuthentication() { bool IsAvailable = false; IsAvailable = GlobalVaribles.PingHost(GlobalVaribles.IpAddress); return(IsAvailable); }