public void AddDialogView(string key, DialogView dialogView) { dialogView.Key = key; collections.Add(dialogView); }