protected IEnumerable <IAccountEquityPoint> GetAccountEquity(int ID)
 {
     return(queryRunner.GetAccountEquity(ID));
 }