void Start()
 {
     text     = GetComponentInChildren <Text>();
     instance = this;
     MWM_CMS_DatabaseManager.instance.apartmentManager.SelectedApartmentAction += HandleSelectedApartment;
 }
 void Start()
 {
     text = GetComponentInChildren<Text>();
     instance = this;
     MWM_CMS_DatabaseManager.instance.apartmentManager.SelectedApartmentAction += HandleSelectedApartment;
 }