public override void draw(SpriteBatch batch)
 {
     animation.DrawFrame(batch, position);
 }