public void setTbc(TableFillerController tbc)
 {
     this.tbc = tbc;
 }
 void Start()
 {
     tableFillerController = GameObject.Find("TableFiller").GetComponent <TableFillerController>();
 }