public IList <EmployeePosition> GetEmployeePositions()
 {
     return(_settingController.GetEmployeePositions());
 }
 public IList <EmployeePosition> ListEmployeePosition()
 {
     return(_controller.GetEmployeePositions());
 }