public Data() { reader = new FileReader(this); Resources = MakeDictionary(); StudentIDs = studentIDs; reader.PopulateStudentCODictionary(StudentCheckOuts); StudentCheckOuts = studentCheckOuts; Password = password; }