private void LoadMechanicRemote() { var items = BosUtils.LoadMechanicsRemote(); remoteMechanicData.Clear(); remoteMechanicData.AddRange(items); }