public void ChrouchOff()
 {
     STANCE = STANCES.Standing;
 }
 public void ChrouchOn()
 {
     STANCE = STANCES.Crouching;
 }