private bool CheckIsValid()
        {
            RemoteServer sr = (RemoteServer)this.DataContext;

            return(sr.IsValid());
        }