public IList <EnumModel <short> > GetTypes() { var list = EnumExtension.EnumToModel <short, ProfileType>(); return(list); }