private void RequestPositionDetail()
 {
     if (_acctVm != null)
     {
         Clear();
         _acctVm.QueryPositionDetails("");
     }
 }