public SecurityData  GetSecurity(string id)
 {
     return(bal.SecurityLevel(id));
 }