public CreateCustomerViewModel(ShellViewModel shellViewModel) { MainWindow = shellViewModel; }
public ModifyClientViewModel(ShellViewModel shellViewModel) { MainWindow = shellViewModel; customerManager = new CustomerManager(); ClientProps = new BindableCollection <string>(customerManager.GetProps()); }