protected void btnSubmit_Click(object sender, EventArgs e) { ProductTypeRepo repo = new ProductTypeRepo(); ProductTypeModel productTypeModel = CreateProductType(); lblResult.Text = repo.InsertProductType(productTypeModel); }