public IList <StaffInfo> getAllStaff() { StaffDAL staffdal = new StaffDAL(); return(staffdal.getAllStaffs()); }