public List <Item> GetItemsBy(object obj)
 {
     return(Branches.Find(x => x.Value.ToString() == obj.ToString()).Branches);
 }