public List <string> GetAllTypes() { return(EmailLogic.GetAllTypes() .Select(type => TypeLogic.TypeToEntity.GetOrThrow(type).CleanName) .ToList()); }