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