private void GetListHost() { Hosts.Clear(); Hosts.AddRange(localDb.Table <Host>().ToList().FindAll(h => h.Name != CurrentHost.Name)); }