public void ChangeState()
 {
     mystate = NaboState.Ready;
 }
 private void Start()
 {
     mystate = NaboState.Ready;
 }