public void LoadReserveUnitList() { if (_selectedOutServiceType != null) { SpecialOutOfServiceType type = (SpecialOutOfServiceType)Enum.Parse(typeof(SpecialOutOfServiceType), _selectedOutServiceType.OutServiceTypeId); ReserveUnitList = UnitForceMapBusiness.GetSpecialOutOfServiceUnits(type); } }