data.left = new FormAttachment(0, 5);
data.right = new FormAttachment(100, -5);
items.setLayoutData(data);
try {
Map<String, Account> accounts = (Map<String, Account>) system.query(new GetAccounts());
Map<String, Person> employees = (Map<String, Person>) system.query(new GetEmployee());
Map<String, ClassRoom> classRooms = (Map<String, ClassRoom>) system.query(new GetClassRoom());
Map <String, Course> courses = (Map <String, Course>) system.query(new GetCourse());
if(employees.size() == 0) {