public GaugeSamples() { InitializeComponent(); this.Title = "Gauges 101"; BindingContext = new XmlRepository().GetSamples(); }