public void AddToRepository(PlantType itemType)
 {
     _repositoryContext.MergeOption = MergeOption.AppendOnly;
     _repositoryContext.AddToPlantTypes(itemType);
 }