public List <StaffMember> GetAllStaffMembers() { staffService = new StaffService(); return(staffService.GetAllStaffMembers()); }