public void Init(OldSection section, GameObject mainCharacter)
 {
     this.section       = section;
     this.items         = section.Items;
     this.mainCharacter = mainCharacter;
     vm = GetComponent <VisibilityManager>();
 }
 public OldSection(GameObject IdSection, ItemsSector items)
 {
     this.IdSection = IdSection;
     this.Items     = items;
 }