/// <summary> /// clear sales report /// </summary> /// <param name="sender"></param> /// <param name="e"></param> /// <summary> /// ALL LIST PRODUCT SELECTED TEXT CHANGED /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void AllProductsListcbx_SelectedIndexChanged(object sender, EventArgs e) { pmodel = new ProductModel(); pmodel.ProductName = AllProductsListcbx.Text; LoadSelectedProductDetails(productController.GetSelectedProduct(AllProductsListcbx.Text)); GenerateServiceId(serviceController.GenerateServiceId(serviceController.GetTotalServices())); Notificationlbl.Text = ""; }