public void Translate(Vector3 translationAmount)
 {
     _transformMatrix.Translate(translationAmount);
 }