public void Initialize(Type type) { Command = new DeleteCommandInfo(type.Name); controller = DeleteController.New(this, type); }