public ChartWindow() { InitializeComponent(); PresentationModel = new ChartWindowPresentationModel(this); PresentationModel.DataBind(); }