internal ShipTypeViewModel(ShipTypeInfo rpShipType)
 {
     ID = rpShipType.ID;
     Name = rpShipType.TranslatedName;
 }