public ProductsViewModel()
 {
     Subscription = new SubscriptionViewModel();
     PaymentViewModel = new ScheduledPaymentViewModel();
 }