public ISPVIewModel() { AllServices = StandardElements(); ActualService = AllServices.First().Clone() as InternetService; AllBandwiths = Enum.GetValues(typeof(BandwithType)) as BandwithType[]; }