private void GenerateFacilityTypes() { FacilityTypeStation.Clone(new FacilityType { FullName = "Теплоэлектроцентраль", ShortName = "ТЭЦ" }); FacilityTypeSubStation.Clone(new FacilityType { FullName = "Подстанция", ShortName = "ПС" }); }