public IEnumerable <Employee> GetEmployeesWithOrganization()
 {
     return(_employeeGetway.GetEmployeesWithOrganization());
 }