public void setMaster(PI_Controller master)
 {
     this.master = master;
 }
 public void setPI(PI_Controller other)
 {
     p = other.P; i = other.I;
 }