public PEIStateAttribute(PEIState_Type value)
 {
     StateType = value;
 }
 public PEIStateAttribute()
 {
     StateType = PEIState_Type.Normal;
 }