public void Clear() { VMP = null; VMP = new VMP(); }
public static string Save() { return(VMP.Save()); }
public SingletonVMP() { VMP = new VMP(); }