public void PopulateDropDown() { AssignmentsService a = new AssignmentsService(); ViewData["Categories"] = a.getAllCourses(); }