public List <StaffMaster> GetReportingEmployeesEmailAllByEmployee(int EmployeeID) { return(StaffMasterIntegration.GetReportingEmployeesEmailAllByEmployee(EmployeeID)); }