if (string.IsNullOrEmpty(CarriagewayReinstatementTypeDescription) && string.IsNullOrEmpty(FootwayReinstatementTypeDescription))
string carriagewayReinstatement = (string.IsNullOrEmpty(CarriagewayReinstatementTypeDescription)) ? "-" : CarriagewayReinstatementTypeDescription;
string footwayReinstatement = (string.IsNullOrEmpty(FootwayReinstatementTypeDescription)) ? "-" : FootwayReinstatementTypeDescription;
return string.Format(CultureInfo.InvariantCulture, "{0}, {1}", carriagewayReinstatement, footwayReinstatement);