public Propellant(PropellantsEnum pr)
 {
     _parentEngine = null;
     _intValue = (int)pr;
     _name = pr.ToString();
 }
 public Propellant(PropellantsEnum pr)
 {
     _parentEngine = null;
     _intValue     = (int)pr;
     _name         = pr.ToString();
 }