public EleStandardSeatCreateForm(string vec)
 {
     theUFSession = UFSession.GetUFSession();
     workPart     = Session.GetSession().Parts.Work;
     model        = new EleConditionModel();
     this.vecName = vec.ToUpper();
 }
 public EleStandardSeatForm(EleConditionModel model)
 {
     InitializeComponent();
     this.model = model;
     head       = new ElectrodeHeadModel(model);
     preview    = new ElectrodePreviewBuilder(model, head);
     InitializeForm();
 }