public AsyncAdvancedDashboardViewModel()
 {
     CasesSection = new CasesSectionViewModel();
     TimeSection = new TimeSectionViewModel();
     EstimatesSection = new EstimatesSectionViewModel();
     AccuracySection = new AccuracySectionViewModel();
     MsCache = new MsCacheInfo();
 }
 public AsyncDashboardNotStartedViewModel()
 {
     CasesSection = new CasesSectionViewModel();
     TimeSection = new TimeSectionViewModel();
     EstimatesSection = new EstimatesSectionViewModel();
     AccuracySection = new AccuracySectionViewModel();
     DatesSection = new DatesSectionViewModel();
     MsCache = new MsCacheInfo();
 }
        public ListViewModel()
        {
            Items = new List<ProjectListItem>();

            MsCache = new MsCacheInfo();
        }
        public QAViewModel()
        {
            Items = new List<QAListItem>();

            MsCache = new MsCacheInfo();
        }