private void DoAddTheraptPlaceType() { var newTherapyPlaceType = TherapyPlaceTypeCreateAndEditLogic.Create(); dataCenter.AddNewTherapyPlaceType(newTherapyPlaceType); connectionService.SendTherapyPlaceTypeAddedNotification(newTherapyPlaceType); TherapyPlaceTypes.Add(newTherapyPlaceType); SelectedTherapyPlaceType = newTherapyPlaceType; }