public void AddCategory()
    {
        int categoryid = int.Parse(txtCategoryID.Text);

        CSMSService.CSMSWebservice CSMSService = new CSMSService.CSMSWebservice();
        CSMSService.ManagerAddCategories(categoryid, txtCategoryName.Text, txtCategoryDescription.Text);
    }
 public void AddCategory()
 {
     int categoryid = int.Parse(txtCategoryID.Text);
     CSMSService.CSMSWebservice CSMSService = new CSMSService.CSMSWebservice();
     CSMSService.ManagerAddCategories(categoryid, txtCategoryName.Text, txtCategoryDescription.Text);
 }
 public void AddCategory()
 {
     CSMSService.CSMSWebservice CSMSService = new CSMSService.CSMSWebservice();
     CSMSService.ManagerAddCategories(txtCategoryName1.Text, txtCategoryDescription1.Text);
 }
 public void AddCategory()
 {
     CSMSService.CSMSWebservice CSMSService = new CSMSService.CSMSWebservice();
     CSMSService.ManagerAddCategories(txtCategoryName1.Text, txtCategoryDescription1.Text);
 }