public static string Save_Static(BodyPart single)
 {
     return(single.Save());
 }
 public bool Equals(BodyPart other)
 {
     return(customName == other.customName);
 }