// TODO: Refactor with respect of Item.Action generalization void InvokeAdditionalActionOnItem(Item item) { if (item.Entity.IsTable) { StudioController.DesignTable(SelectedServer, item.Entity); } }