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