public string  LoadStockExchPassword(string login)
 {
     return(DBCommunicator.LoadStockExchPassword(StockExchId, login));
 }