void Start()
 {
     this.officeListView = GameObject.FindWithTag("OfficeListView").GetComponent <OfficeListView>();
 }
 // Use this for initialization
 void Start()
 {
     this.officeListView   = GameObject.FindWithTag("OfficeListView").GetComponent <OfficeListView>();
     this.officeSkillLevel = this.gameObject.GetComponent <Text>();
 }