public int CountCurrentReadyToHirePositions()
 {
     return(_dataService.CountCurrentReadyToHirePositions());
 }