public Task_13ViewModel() { InitViewProperties(); InitCommands(); InformationData = new AttendanceDB(); InformationData.Init(); InformationData.SetDefaultStructure(); InformationData.ReloadTables(); OnPropertyChanged(nameof(InformationData)); }