private void NextHandler(object o, EventArgs args) { player.Next(); }
private void ButtonNext(object obj, EventArgs arg) { player.Next(); }