public override void Draw(Microsoft.Xna.Framework.GameTime gameTime, DrawingUtils.MyGraphicsClass graphics)
 {
     base.Draw(gameTime, graphics);
     this.Collidable.Draw(graphics, this.Position, this.Direction);
 }
 public virtual void Draw(GameTime gameTime, DrawingUtils.MyGraphicsClass graphics)
 {
 }