public AddOrUpdateForm(FormType formType)
 {
     InitializeComponent();
     setupComboBox();
     this.formType = formType;
     propertyController = new PropertyController();
 }
 public PropertySearchForm(Boolean shouldReloadData)
 {
     InitializeComponent();
     this.shouldReloadData = shouldReloadData;
     propertyController = new PropertyController();
 }