public void GoToBandEdit(Band band) { BandForm bandForm = new BandForm(this, band); Content = bandForm; }