private void simpleButton3_Click(object sender, EventArgs e)
        {
            List <string> ids = this.GetCheckIds();

            if (ids.Count == 0)
            {
                return;
            }
            SystemManageNetOperation.DeleteProductType(DeleteProductTypeResult, ids);
        }