public void Kill(GameSprite inGSprite, SpriteBatchName inSpName) { DrawBatch DB = this.Find(inSpName); DB.Kill(inGSprite); }