public static PrototypeViewModel GetInstance()
 {
     return _instance ?? (_instance = new PrototypeViewModel());
 }
 public static PrototypeViewModel GetInstance()
 {
     return(_instance ?? (_instance = new PrototypeViewModel()));
 }