protected void CreateNewCustomer() { CustomerModel newCustomerModel = CustomerModel.CreateNewCustomer(); CustomerViewModel workspace = new CustomerViewModel(); this.Workspaces.Add(workspace); this.SetActiveWorkspace(workspace); }