public ItemRemovePermission() { InitializeComponent(); this.BackgroundImageLayout = ImageLayout.Stretch; this.Icon = Properties.Resources.merp1_ExR_icon; permlist = new List <InventoryEditPermission>(); invLog = new InvLog(); fillProdTypes(); cmbbx_ProdType.SelectedIndex = -1; }